| Example | Description |
|---|---|
| Minimal example for AgentOS | Serve a minimal AgentOS with one Postgres-backed agent, team, and workflow. |
| 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. |
| Media Storage | Serve and delete AgentOS media held in external storage. |
| 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 filtering, metrics, trace trees, and ClickHouse storage. |
| Workflow | Browse AgentOS workflow examples for steps, conditions, loops, routers, parallel branches, and custom function executors. |
| Dynamic Agents | Build request-scoped agents with AgentFactory, input schemas, JWT claims, and HITL tools. |
| Learnings | Serve a learning-enabled agent and manage learned data through AgentOS REST endpoints. |
Agent OS
Agent OS
Top-level AgentOS quickstart and entrypoint examples.