> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agno.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Schemas

> Validate AgentOS agent and team inputs and outputs with Pydantic schemas.

| Example                                                                    | Description                                                                                                                     |
| -------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| [Agent Input And Output Schemas](/examples/agent-os/schemas/agent-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](/examples/agent-os/schemas/team-schemas)   | Serve two AgentOS teams: one validating requests with a Pydantic input\_schema, one returning a ResearchReport output\_schema.  |
