Metadata-Version: 2.4
Name: gosce-authenticated-llm-agent-cryptography
Version: 0.1.0
Summary: Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion for the verified caller.
Author: Rawson Consulting B.V.
License: MIT
Project-URL: Homepage, https://cryptography-google-auth-oauthlib-931267.getvda.ai
Project-URL: Portfolio, https://agents.getvda.ai/agents
Keywords: mcp,a2a,ai-agent,authenticated-llm-agent-cryptography,getvda
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gosce-authenticated-llm-agent-cryptography

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion for the verified caller.

Thin client for the **Authenticated LLM Agent (Cryptography)** remote agent on [getvda.ai](https://cryptography-google-auth-oauthlib-931267.getvda.ai) — speaks open **MCP** (streamable-http) and **A2A**. Discovery is free; execution is metered via Nevermined x402.

```python
import gosce_authenticated_llm_agent_cryptography
print(gosce_authenticated_llm_agent_cryptography.MCP_ENDPOINT)  # https://cryptography-google-auth-oauthlib-931267.getvda.ai/mcp
```

- MCP: `https://cryptography-google-auth-oauthlib-931267.getvda.ai/mcp`
- A2A: `https://cryptography-google-auth-oauthlib-931267.getvda.ai/a2a`
- Home: https://cryptography-google-auth-oauthlib-931267.getvda.ai
- Portfolio: https://agents.getvda.ai/agents
