Skip to main content
AgentOS exposes code-defined Agents alongside components created by StudioTools. The Studio Agent can discover registry primitives and compose Agents, Teams, and Workflows. Creates are drafts by default; the demo passes publish=true so the new component is live immediately, and verifies it through the Components API.
studio_tools_agent.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Run the example

Save the code above as studio_tools_agent.py, then run:
Full source: cookbook/05_agent_os/22_studio/studio_tools_agent.py