Metadata-Version: 2.4
Name: gosce-traced-llm-proxy
Version: 0.1.6
Summary: Proxy Gemini (Vertex AI) completions wrapped in OpenTelemetry trace spans; returns the answer plus the trace/span id.
Author: Rawson Consulting B.V.
License: MIT
Project-URL: Homepage, https://anthropic-mcp-opentelemetry-api-264025.getvda.ai
Project-URL: Portfolio, https://agents.getvda.ai/agents
Keywords: mcp,a2a,ai-agent,traced-llm-proxy,getvda
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gosce-traced-llm-proxy

Proxy Gemini (Vertex AI) completions wrapped in OpenTelemetry trace spans; returns the answer plus the trace/span id.

Thin client for the **Traced LLM Proxy** remote agent on [getvda.ai](https://anthropic-mcp-opentelemetry-api-264025.getvda.ai) — speaks open **MCP** (streamable-http) and **A2A**. Discovery is free; execution is metered via Nevermined x402.

```python
import gosce_traced_llm_proxy
print(gosce_traced_llm_proxy.MCP_ENDPOINT)  # https://anthropic-mcp-opentelemetry-api-264025.getvda.ai/mcp
```

- MCP: `https://anthropic-mcp-opentelemetry-api-264025.getvda.ai/mcp`
- A2A: `https://anthropic-mcp-opentelemetry-api-264025.getvda.ai/a2a`
- Home: https://anthropic-mcp-opentelemetry-api-264025.getvda.ai
- Portfolio: https://agents.getvda.ai/agents
