| Example | Description |
|---|---|
| Agent With Tools | Expose a web search agent over the A2A protocol with message:send and message:stream. |
| Basic | Serve a minimal chat agent over the A2A protocol with a2a_interface enabled. |
| Reasoning Agent | Expose an o4-mini reasoning agent with web search over the A2A protocol. |
| Research Team | Expose a researcher and writer team over the A2A protocol from AgentOS. |
| Structured Output | Return a MovieScript Pydantic schema from an agent served over the A2A protocol. |
| Multi Agent A2A | Multi-agent A2A examples: an Airbnb search server, a weather server, and a trip-planning client that calls both. |
A2A
A2A
A2A interface examples for AgentOS: basic agents, teams, research, structured output, and multi-agent servers.