Skip to main content
Google ADK exposes one Agent as a standard A2A JSON-RPC application. The custom Agent card advertises streaming and the root RPC URL used by Agno’s RemoteAgent.
adk_server.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Run the example

Save the code above as adk_server.py, then run:
Full source: cookbook/05_agent_os/20_remote/servers/adk_server.py