Skip to main content
Here is a full example of an AgentOS with multiple agents and teams. It also shows how to instantiate agents with a database, knowledge base, and tools.

Code

cookbook/agent_os/demo.py

Usage

1

Create a virtual environment

Open the Terminal and create a python virtual environment.
2

Set Environment Variables

3

Install libraries

4

Setup PostgreSQL Database

5

Run Example