Metadata-Version: 2.4
Name: gosce-gosce-portfolio-router
Version: 0.1.0
Summary: Single entry point for the GOSCE portfolio: routes orchestrators to verified agents by capability, with real example output from the router's own /selftest probes (a quality-assured broker, not a dire
Author: Rawson Consulting B.V.
License: MIT
Project-URL: Homepage, https://router.getvda.ai
Project-URL: Portfolio, https://agents.getvda.ai/agents
Keywords: mcp,a2a,ai-agent,gosce-portfolio-router,getvda
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gosce-gosce-portfolio-router

Single entry point for the GOSCE portfolio: routes orchestrators to verified agents by capability, with real example output from the router's own /selftest probes (a quality-assured broker, not a directory).

Thin client for the **GOSCE Portfolio Router** remote agent on [getvda.ai](https://router.getvda.ai) — speaks open **MCP** (streamable-http) and **A2A**. Discovery is free; execution is metered via Nevermined x402.

```python
import gosce_gosce_portfolio_router
print(gosce_gosce_portfolio_router.MCP_ENDPOINT)  # https://router.getvda.ai/mcp
```

- MCP: `https://router.getvda.ai/mcp`
- A2A: `https://router.getvda.ai/a2a`
- Home: https://router.getvda.ai
- Portfolio: https://agents.getvda.ai/agents
