Documentation Index
Fetch the complete documentation index at: https://agno-v2-fix-deploy-docs-restructure.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Example | Description |
|---|---|
| Image Input | Demonstrates passing image media into workflow runs and chaining analysis with follow-up research. |
| Input Schema | Demonstrates workflow-level input_schema validation with structured and invalid input examples. |
| Pydantic Input | Demonstrates passing a Pydantic model instance directly as workflow input. |
| Structured IO Agent | Demonstrates structured output schemas at each agent step in a multi-step workflow. |
| Structured IO Function | Demonstrates custom function steps in structured workflows, including string and BaseModel outputs. |
| Structured IO Team | Demonstrates structured output schemas at each team step in a multi-step workflow. |