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.
| Example | Description |
|---|---|
| Tenant Agent Factory | A factory that builds a per-tenant Agent on every request, registered alongside a static prototype. |
| Input Schema Factory | Client sends factory_input JSON, validated against a Pydantic schema before the factory runs. |
| JWT Role Factory | RBAC tool grants from trusted JWT claims. Authorization from verified middleware, customization from client input. |
| HITL Factory | Factory agent with a tool that requires human confirmation before executing. |