Skip to main content
Pass a database to AgentOS once and every listed agent, team, or workflow that does not define its own database inherits it. AgentOS provisions the database tables during server startup when auto_provision_dbs is enabled.
basic.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 basic.py, then run:
Full source: cookbook/05_agent_os/02_databases/basic.py