Skip to main content
AgentOS gives engineering teams building agent-powered products one FastAPI runtime for agents, teams, and workflows. The runtime provides stable APIs for runs, sessions, memory, knowledge, traces, schedules, and approvals.
product_os.py
db supplies the default storage for the registered agent and stores its traces. get_app() returns the configured FastAPI application.

Choose What to Enable

Start with the capabilities your application needs. Add the rest as the platform moves toward production.

Python and YAML Configuration

Register live components through the AgentOS constructor. Set config to a YAML path or an AgentOSConfig object for quick prompts, display names, and database mappings used by the Control Plane.
See AgentOS Configuration for the YAML schema and typed configuration options.

Developer Resources