Agent OS

Top-level AgentOS quickstart and entrypoint examples.

ExampleDescription
Minimal example for AgentOSServe one SQLite-backed agent that uses the documentation MCP server.
Advanced DemoBuild an AgentOS demo with reasoning agents, teams, MCP tools, multiple knowledge bases, and file output.
Background TasksChoose durable queue execution, continuation, shared Redis events, or background hooks.
ClientAgentOSClient examples: connect to a remote AgentOS and run agents, teams, workflows, evals, memory, sessions and knowledge search.
Client A2AA2AClient examples for messaging, streaming, errors, multi-turn runs, and Agno or Google ADK servers.
CustomizeAgentOS customization examples: custom FastAPI apps, health endpoints, lifespans, route overrides, dependencies, and custom events.
DBsDatabase backends for AgentOS agents, teams, workflows, and session storage.
IntegrationsAgentOS apps that connect agents to third-party business systems, starting with Shopify store analytics.
InterfacesAgentOS interface examples: expose agents and teams over Slack, Telegram, WhatsApp, AG-UI and A2A.
KnowledgeManage a Chroma knowledge store through REST or publish a separate page corpus.
MCP DemoExpose AgentOS agents and custom tools through MCP with OAuth, dynamic headers, and managed MCPTools lifespans.
Media StorageServe and delete AgentOS media held in external storage.
MiddlewareAgentOS middleware examples for authentication, request context, rate limiting, and custom request handling.
OS ConfigConfigure AgentOS in Python or YAML, including manifests, memory, and interfaces.
RBACJWT-based AgentOS RBAC examples for symmetric and asymmetric keys, scope mapping, and user isolation.
RemoteConnect AgentOS to remote agents, teams, workflows, A2A endpoints, and gateway instances.
SchedulerCron-based schedule creation, management, validation, and run history for agents, teams, and workflows in AgentOS.
SchemasValidate AgentOS agent and team inputs and outputs with Pydantic schemas.
SkillsLoad local skills into AgentOS agents and teams, including sample system-information scripts.
TracingOpenTelemetry tracing for AgentOS agents, teams, and workflows, including filtering, metrics, trace trees, and ClickHouse storage.
WorkflowBrowse AgentOS workflow examples for steps, conditions, loops, routers, parallel branches, and custom function executors.
Dynamic AgentsConstruct agents, teams, or workflows from validated request context.
LearningsServe a learning-enabled agent and manage learned data through AgentOS REST endpoints.
Full AgentOSServe agents, teams, and workflows in one runtime.
Public pagesBuild public documentation chat, MCP, and protected synchronization.
Run lifecycleStart with background runs and explore the related lifecycle examples.
Human in the loopPause tool execution for approval and continue the run.
Studio registryRegister components and tools for Studio workflows.
AgentOS toolsLet a platform operations agent inspect the runtime through AgentOSTools.