A2A
interface, which you can use with our AgentOS runtime.
Setup
You just need to setenable_a2a=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