> ## 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.

# Agent OS

> Top-level AgentOS quickstart and entrypoint examples.

| Example                                                          | Description                                                                                                                         |
| ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| [Minimal example for AgentOS](/examples/agent-os/basic)          | Serve a minimal AgentOS with one Postgres-backed agent, team, and workflow.                                                         |
| [Advanced Demo](/examples/agent-os/advanced-demo/overview)       | Build an AgentOS demo with reasoning agents, teams, MCP tools, multiple knowledge bases, and file output.                           |
| [Background Tasks](/examples/agent-os/background-tasks/overview) | Post-hooks, evals, and validator agents run as non-blocking FastAPI background tasks in AgentOS.                                    |
| [Client](/examples/agent-os/client/overview)                     | AgentOSClient examples: connect to a remote AgentOS and run agents, teams, workflows, evals, memory, sessions and knowledge search. |
| [Client A2A](/examples/agent-os/client-a2a/overview)             | A2AClient examples for messaging, streaming, errors, multi-turn runs, and Agno or Google ADK servers.                               |
| [Customize](/examples/agent-os/customize/overview)               | AgentOS customization examples: custom FastAPI apps, health endpoints, lifespans, route overrides, dependencies, and custom events. |
| [DBs](/examples/agent-os/dbs/overview)                           | Database backends for AgentOS agents, teams, workflows, and session storage.                                                        |
| [Integrations](/examples/agent-os/integrations/overview)         | AgentOS apps that connect agents to third-party business systems, starting with Shopify store analytics.                            |
| [Interfaces](/examples/agent-os/interfaces/overview)             | AgentOS interface examples: expose agents and teams over Slack, Telegram, WhatsApp, AG-UI and A2A.                                  |
| [Knowledge](/examples/agent-os/knowledge/overview)               | Serve AgentOS agents over Excel, markdown, Agno docs, and PgVector knowledge bases.                                                 |
| [MCP Demo](/examples/agent-os/mcp-demo/overview)                 | Expose AgentOS agents and custom tools through MCP with OAuth, dynamic headers, and managed MCPTools lifespans.                     |
| [Media Storage](/examples/agent-os/media-storage/overview)       | Serve and delete AgentOS media held in external storage.                                                                            |
| [Middleware](/examples/agent-os/middleware/overview)             | AgentOS middleware examples for authentication, request context, rate limiting, and custom request handling.                        |
| [OS Config](/examples/agent-os/os-config/overview)               | Configure AgentOS in Python or YAML, including manifests, memory, and interfaces.                                                   |
| [RBAC](/examples/agent-os/rbac/overview)                         | JWT-based AgentOS RBAC examples for symmetric and asymmetric keys, scope mapping, and user isolation.                               |
| [Remote](/examples/agent-os/remote/overview)                     | Connect AgentOS to remote agents, teams, workflows, A2A endpoints, and gateway instances.                                           |
| [Scheduler](/examples/agent-os/scheduler/overview)               | Cron-based schedule creation, management, validation, and run history for agents, teams, and workflows in AgentOS.                  |
| [Schemas](/examples/agent-os/schemas/overview)                   | Validate AgentOS agent and team inputs and outputs with Pydantic schemas.                                                           |
| [Skills](/examples/agent-os/skills/overview)                     | Load local skills into AgentOS agents and teams, including sample system-information scripts.                                       |
| [Tracing](/examples/agent-os/tracing/overview)                   | OpenTelemetry tracing for AgentOS agents, teams, and workflows, including filtering, metrics, trace trees, and ClickHouse storage.  |
| [Workflow](/examples/agent-os/workflow/overview)                 | Browse AgentOS workflow examples for steps, conditions, loops, routers, parallel branches, and custom function executors.           |
| [Dynamic Agents](/examples/agent-os/factories/overview)          | Build request-scoped agents with AgentFactory, input schemas, JWT claims, and HITL tools.                                           |
| [Learnings](/examples/agent-os/learnings/learnings-with-agentos) | Serve a learning-enabled agent and manage learned data through AgentOS REST endpoints.                                              |
