Agent OS
Top-level AgentOS quickstart and entrypoint examples.
| Example | Description |
|---|---|
| Minimal example for AgentOS | Serve one SQLite-backed agent that uses the documentation MCP server. |
| Advanced Demo | Build an AgentOS demo with reasoning agents, teams, MCP tools, multiple knowledge bases, and file output. |
| Background Tasks | Choose durable queue execution, continuation, shared Redis events, or background hooks. |
| 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 | Manage a Chroma knowledge store through REST or publish a separate page corpus. |
| 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 | Construct agents, teams, or workflows from validated request context. |
| Learnings | Serve a learning-enabled agent and manage learned data through AgentOS REST endpoints. |
| Full AgentOS | Serve agents, teams, and workflows in one runtime. |
| Public pages | Build public documentation chat, MCP, and protected synchronization. |
| Run lifecycle | Start with background runs and explore the related lifecycle examples. |
| Human in the loop | Pause tool execution for approval and continue the run. |
| Studio registry | Register components and tools for Studio workflows. |
| AgentOS tools | Let a platform operations agent inspect the runtime through AgentOSTools. |