Skip to main content
This server uses Google’s Agent Development Kit (ADK) to create an A2A-compatible agent that can be tested with Agno’s A2AClient.
google_adk_server.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Start the server

Save the code above as google_adk_server.py, then run:
The server listens at http://localhost:8001 by default.
Full source: cookbook/05_agent_os/client_a2a/servers/google_adk_server.py