Merge pull request #19832 from BerriAI/litellm_fix_a2a_package

Fix: A2A Python SDK URL
This commit is contained in:
Sameer Kankute 2026-01-27 15:16:52 +05:30 committed by GitHub
commit bd95712a22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ Follow [this guide, to add your pydantic ai agent to LiteLLM Agent Gateway](./pr
## Invoking your Agents
Use the [A2A Python SDK](https://pypi.org/project/a2a/) to invoke agents through LiteLLM.
Use the [A2A Python SDK](https://pypi.org/project/a2a-sdk) to invoke agents through LiteLLM.
This example shows how to:
1. **List available agents** - Query `/v1/agents` to see which agents your key can access