| Example | Description |
|---|---|
| Agent Input And Output Schemas | Serve two AgentOS agents: a HackerNews agent with a Pydantic input_schema and a movie agent with a MovieScript output_schema. |
| Team Input And Output Schemas | Serve two AgentOS teams: one validating requests with a Pydantic input_schema, one returning a ResearchReport output_schema. |
Schemas
Schemas
Validate AgentOS agent and team inputs and outputs with Pydantic schemas.