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
+1 -1
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