Skip to main content
You can pass extra configuration to your AgentOS with a YAML file. The example below sets quick prompts for an agent and display names for two memory databases.

Configuration file

We will first create a YAML file with the extra configuration we want to pass to our AgentOS:
configuration.yaml

Code

yaml_config.py
Setting an id on the database, as the example above does, makes it easier to identify in the AgentOS interface.

Usage

1

Set up your virtual environment

2

Set Environment Variables

3

Install dependencies

4

Setup PostgreSQL Database

5

Run Example