Metadata-Version: 2.4
Name: gosce-llm-orchestration-traced-agent
Version: 0.1.0
Summary: Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith tracing.
Author: Rawson Consulting B.V.
License: MIT
Project-URL: Homepage, https://cryptography-langchain-core-mcp-22c862.getvda.ai
Project-URL: Portfolio, https://agents.getvda.ai/agents
Keywords: mcp,a2a,ai-agent,llm-orchestration-traced-agent,getvda
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gosce-llm-orchestration-traced-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith tracing.

Thin client for the **LLM Orchestration Traced Agent** remote agent on [getvda.ai](https://cryptography-langchain-core-mcp-22c862.getvda.ai) — speaks open **MCP** (streamable-http) and **A2A**. Discovery is free; execution is metered via Nevermined x402.

```python
import gosce_llm_orchestration_traced_agent
print(gosce_llm_orchestration_traced_agent.MCP_ENDPOINT)  # https://cryptography-langchain-core-mcp-22c862.getvda.ai/mcp
```

- MCP: `https://cryptography-langchain-core-mcp-22c862.getvda.ai/mcp`
- A2A: `https://cryptography-langchain-core-mcp-22c862.getvda.ai/a2a`
- Home: https://cryptography-langchain-core-mcp-22c862.getvda.ai
- Portfolio: https://agents.getvda.ai/agents
