Skip to main content
Wrap a Parallel-powered research agent in AgentOS to get a production API and the AgentOS control plane in a few lines. Run this file and open http://localhost:7777 to chat with the agent or call its REST API.
agent_os_app.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 agent_os_app.py, then run:
Full source: cookbook/integrations/parallel/09_agent_os_app.py