| Example | Description |
|---|---|
| Minimal example for AgentOS | Serve a minimal AgentOS with one Postgres-backed agent, team, and workflow. |
| AgentOS Demo | Serve an AgentOS with a docs-MCP agent over PgVector knowledge plus a Postgres-backed web research team. |
| Advanced Demo | Build an AgentOS demo with reasoning agents, teams, MCP tools, multiple knowledge bases, and file output. |
| Background Tasks | Post-hooks, evals, and validator agents run as non-blocking FastAPI background tasks in AgentOS. |
| Client | AgentOSClient examples: connect to a remote AgentOS and run agents, teams, workflows, evals, memory, sessions and knowledge search. |
| Client A2A | A2AClient examples for messaging, streaming, errors, multi-turn runs, and Agno or Google ADK servers. |
| Customize | AgentOS customization examples: custom FastAPI apps, health endpoints, lifespans, route overrides, dependencies, and custom events. |
| DBs | Database backends for AgentOS agents, teams, workflows, and session storage. |
| Integrations | AgentOS apps that connect agents to third-party business systems, starting with Shopify store analytics. |
| Interfaces | AgentOS interface examples: expose agents and teams over Slack, Telegram, WhatsApp, AG-UI and A2A. |
| Knowledge | Serve AgentOS agents over Excel, markdown, Agno docs, and PgVector knowledge bases. |
| MCP Demo | Expose AgentOS agents and custom tools through MCP with OAuth, dynamic headers, and managed MCPTools lifespans. |
| Middleware | AgentOS middleware examples for authentication, request context, rate limiting, and custom request handling. |
| OS Config | Configure AgentOS in Python or YAML, including manifests, memory, and interfaces. |
| RBAC | JWT-based AgentOS RBAC examples for symmetric and asymmetric keys, scope mapping, and user isolation. |
| Remote | Connect AgentOS to remote agents, teams, workflows, A2A endpoints, and gateway instances. |
| Scheduler | Cron-based schedule creation, management, validation, and run history for agents, teams, and workflows in AgentOS. |
| Schemas | Validate AgentOS agent and team inputs and outputs with Pydantic schemas. |
| Skills | Load local skills into AgentOS agents and teams, including sample system-information scripts. |
| Tracing | OpenTelemetry tracing for AgentOS agents, teams, and workflows, including multi-database trace storage. |
| Workflow | Browse AgentOS workflow examples for steps, conditions, loops, routers, parallel branches, and custom function executors. |
| Agno Assist | Serve a Claude-powered Agno docs assistant that queries the Agno docs MCP server and keeps SQLite-backed history. |
| Dynamic Agents | Build request-scoped agents with AgentFactory, input schemas, JWT claims, and HITL tools. |
| Antigravity | Serve an Antigravity-backed agent through AgentOS with SQLite-backed sessions. |
| Approvals | Persist approval-backed HITL decisions for AgentOS tool calls. |
| Factories | Construct request-scoped agents, teams, and workflows from tenant context and factory input. |
| File Generation | Generate downloadable JSON, CSV, PDF, DOCX, TXT, and HTML artifacts through AgentOS. |
| Followup | Enable built-in followup suggestions on agents and teams served through AgentOS. |
| Run Gemini 3 video data labeling through AgentOS with structured output. | |
| Human in the Loop | Pause and resume AgentOS runs for confirmations, user input, and external execution. |
| Learnings | Serve a learning-enabled agent and manage learned data through AgentOS REST endpoints. |
| Studio Tool | Build, edit, version, and run agents with StudioTools backed by SQLite. |
| Team Tasks | Stream task-mode team runs through AgentOS. |
Agent OS
Agent OS
Top-level AgentOS quickstart and entrypoint examples.