Skip to main content
The Agno peer uses entity-scoped REST routes while Google ADK uses JSON-RPC at the server root. RemoteAgent maps both protocol responses into Agno RunOutput.
remote_via_a2a.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Run the example

Save the code above as remote_via_a2a.py, then run:
Full source: cookbook/05_agent_os/20_remote/03_remote_via_a2a.py