Metadata-Version: 2.4
Name: gosce-authenticated-llm-agent-google-auth-oauthlib
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://google-auth-oauthlib-langchain-la-d46b90.getvda.ai
Project-URL: Portfolio, https://agents.getvda.ai/agents
Keywords: mcp,a2a,ai-agent,authenticated-llm-agent-google-auth-oauthlib,getvda
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gosce-authenticated-llm-agent-google-auth-oauthlib

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 (Google Auth Oauthlib)** remote agent on [getvda.ai](https://google-auth-oauthlib-langchain-la-d46b90.getvda.ai) — speaks open **MCP** (streamable-http) and **A2A**. Discovery is free; execution is metered via Nevermined x402.

```python
import gosce_authenticated_llm_agent_google_auth_oauthlib
print(gosce_authenticated_llm_agent_google_auth_oauthlib.MCP_ENDPOINT)  # https://google-auth-oauthlib-langchain-la-d46b90.getvda.ai/mcp
```

- MCP: `https://google-auth-oauthlib-langchain-la-d46b90.getvda.ai/mcp`
- A2A: `https://google-auth-oauthlib-langchain-la-d46b90.getvda.ai/a2a`
- Home: https://google-auth-oauthlib-langchain-la-d46b90.getvda.ai
- Portfolio: https://agents.getvda.ai/agents
