Google’s Agent-to-Agent Protocol (A2A) aims at creating a standard way for Agents to communicate with each other. Agno integrates seamlessly with A2A, allowing you to expose your Agno Agent and Teams in a A2A compatible way. This is done with ourDocumentation Index
Fetch the complete documentation index at: https://spacesail.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
A2A interface, which you can use with our AgentOS runtime.
Setup
You just need to seta2a_interface=True when creating your AgentOS instance and serve it as normal:
a2a_agentos.py
A2A.
You can also specify which Agents, Teams and Workflows to expose:
a2a-interface-initialization.py
A2A API
Using the A2A interface, you can run your Agents, Teams and Workflows passing A2A compatible requests. You will also receive A2A compatible responses. See the A2A API reference for more details.Developer Resources
- View AgentOS Reference
- View A2A Documentation
- View Examples
- View Cookbook