A2A interface works with the AgentOS runtime to provide this functionality.
Setup
Seta2a_interface=True when creating an AgentOS instance:
a2a_agentos.py
a2a-interface-initialization.py
A2A API
The A2A interface accepts A2A-compatible requests to run agents, teams, and workflows. Responses are returned in A2A-compatible format. See the A2A API reference for more details.Developer Resources
- View AgentOS Reference
- View A2A Documentation
- View Examples
- View Cookbook