Make the codebase yours by pushing it to a repository you own. To start with a clean Git history, run these commands inside the cloned agent-platform directory:
Click Connect OS, enter http://localhost:8000 as the URL, and name it Local AgentOS.
Click Connect.
You should see three agents:
Agent
Pattern
What it does
Agent Builder
Studio builder
Builds agents, teams, and workflows from a chat prompt.
Platform Manager
Context provider
Monitors the platform and answers questions about the codebase.
WebSearch
Direct tools
Searches the web and synthesizes answers grounded in citations.
Try a prompt against each:
“Build an agent that tracks AI news and writes a daily brief” → Agent Builder creates the agent through AgentOS Studio.
“How healthy is the platform?” → Platform Manager answers from eval history, deployment checks, and schedules.
“What did Anthropic publish about agents recently?” → WebSearch returns a summary with citations.
After Agent Builder finishes, click Refresh, choose the new agent from the Agents dropdown, and try it.Open Sessions and Traces in the sidebar. They capture message history, tool calls, and timing so you can inspect behavior and improve your agents.