authenticated-llm-agent
Authenticate requests via JWT and bcrypt, then process JSON inputs through a LangChain-backed Gemini model on Vertex. Rejects unauthenticated calls.
Instructions
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | JSON request for this capability (the same body you'd send as an A2A message). |