Metadata-Version: 2.4
Name: gosce-authenticated-llm-agent
Version: 0.1.6
Summary: JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
Author: Rawson Consulting B.V.
License: MIT
Project-URL: Homepage, https://bcrypt-langchain-openai-mcp-bb738e.getvda.ai
Project-URL: Portfolio, https://agents.getvda.ai/agents
Keywords: mcp,a2a,ai-agent,authenticated-llm-agent,getvda
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gosce-authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.

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

```python
import gosce_authenticated_llm_agent
print(gosce_authenticated_llm_agent.MCP_ENDPOINT)  # https://bcrypt-langchain-openai-mcp-bb738e.getvda.ai/mcp
```

- MCP: `https://bcrypt-langchain-openai-mcp-bb738e.getvda.ai/mcp`
- A2A: `https://bcrypt-langchain-openai-mcp-bb738e.getvda.ai/a2a`
- Home: https://bcrypt-langchain-openai-mcp-bb738e.getvda.ai
- Portfolio: https://agents.getvda.ai/agents
