Skip to main content
Example demonstrating how to connect to a remote Agno A2A agent.
This example contains two stale cookbook/06_agent_os paths, including one printed at runtime. Use the cookbook/05_agent_os server path in the run steps below.
remote_agno_a2a_agent.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Clone Agno

Clone the repository and run the remaining commands from its root:
5

Start the Agno A2A server

In another terminal, start the Agno A2A server on port 7779:
6

Run the example

Run the example from the repository root:
Full source: cookbook/05_agent_os/remote/03_remote_agno_a2a_agent.py