Skip to main content

Configuration file

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

Code

cookbook/agent_os/os_config/yaml_config.py
It’s recommended to add id for better management and easier identification in the AgentOS interface. You can add it to your database configuration like this:

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