Metadata-Version: 2.4
Name: gosce-structured-output-agent
Version: 0.1.7
Summary: Turn a prompt + a field schema into validated, typed JSON (Instructor over Gemini 2.5 Flash on Vertex AI).
Author: Rawson Consulting B.V.
License: MIT
Project-URL: Homepage, https://fastmcp-instructor-72225f.getvda.ai
Project-URL: Portfolio, https://agents.getvda.ai/agents
Keywords: mcp,a2a,ai-agent,structured-output-agent,getvda
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gosce-structured-output-agent

Turn a prompt + a field schema into validated, typed JSON (Instructor over Gemini 2.5 Flash on Vertex AI).

Thin client for the **Structured Output MCP Agent** remote agent on [getvda.ai](https://fastmcp-instructor-72225f.getvda.ai) — speaks open **MCP** (streamable-http) and **A2A**. Discovery is free; execution is metered via Nevermined x402.

```python
import gosce_structured_output_agent
print(gosce_structured_output_agent.MCP_ENDPOINT)  # https://fastmcp-instructor-72225f.getvda.ai/mcp
```

- MCP: `https://fastmcp-instructor-72225f.getvda.ai/mcp`
- A2A: `https://fastmcp-instructor-72225f.getvda.ai/a2a`
- Home: https://fastmcp-instructor-72225f.getvda.ai
- Portfolio: https://agents.getvda.ai/agents
