Skip to main content
Mount one agent, team, workflow, and knowledge base on a single AgentOS. The server exposes their catalogs and run endpoints under /agents, /teams, and /workflows; knowledge management under /knowledge; shared history under /sessions; and the complete discovery document at /config.
full_os.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your OpenAI API key

4

Run the example

Save the code above as full_os.py, then run:
Full source: cookbook/05_agent_os/01_getting_started/full_os.py