> ## Documentation Index
> Fetch the complete documentation index at: https://phidatainc.mintlify.site/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.                                                         |
| [AgentOS Demo](/examples/agent-os/demo)                                                          | Serve an AgentOS with a docs-MCP agent over PgVector knowledge plus a Postgres-backed web research team.                            |
| [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.                     |
| [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 multi-database trace storage.                             |
| [Workflow](/examples/agent-os/workflow/overview)                                                 | Browse AgentOS workflow examples for steps, conditions, loops, routers, parallel branches, and custom function executors.           |
| [Agno Assist](/examples/agent-os/agno-assist)                                                    | Serve a Claude-powered Agno docs assistant that queries the Agno docs MCP server and keeps SQLite-backed history.                   |
| [Dynamic Agents](/examples/agent-os/factories/overview)                                          | Build request-scoped agents with AgentFactory, input schemas, JWT claims, and HITL tools.                                           |
| [Antigravity](/examples/agent-os/antigravity/basic)                                              | Serve an Antigravity-backed agent through AgentOS with SQLite-backed sessions.                                                      |
| [Approvals](/examples/agent-os/approvals/agent/approval-basic)                                   | Persist approval-backed HITL decisions for AgentOS tool calls.                                                                      |
| [Factories](/examples/agent-os/factories/agent/basic-factory)                                    | Construct request-scoped agents, teams, and workflows from tenant context and factory input.                                        |
| [File Generation](/examples/agent-os/file-generation/file-generation-os)                         | Generate downloadable JSON, CSV, PDF, DOCX, TXT, and HTML artifacts through AgentOS.                                                |
| [Followup](/examples/agent-os/followup/followups-agentos)                                        | Enable built-in followup suggestions on agents and teams served through AgentOS.                                                    |
| [Google](/examples/agent-os/google/gemini-3/data-labeling)                                       | Run Gemini 3 video data labeling through AgentOS with structured output.                                                            |
| [Human in the Loop](/examples/agent-os/human-in-the-loop/agent/agent-tool-requires-confirmation) | Pause and resume AgentOS runs for confirmations, user input, and external execution.                                                |
| [Learnings](/examples/agent-os/learnings/learnings-with-agentos)                                 | Serve a learning-enabled agent and manage learned data through AgentOS REST endpoints.                                              |
| [Studio Tool](/examples/agent-os/studio-tool/standalone-studio-agent)                            | Build, edit, version, and run agents with StudioTools backed by SQLite.                                                             |
| [Team Tasks](/examples/agent-os/team-tasks/team-tasks-streaming)                                 | Stream task-mode team runs through AgentOS.                                                                                         |
