Skip to main content
Example demonstrating how to use a remote A2A agent as a Team member.
a2a_agent_as_team_member.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your OpenAI API key

4

Clone Agno

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

Start the A2A server

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

Run the example

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