Skip to main content
Load the same UI metadata and database-domain concepts as config_basics.py from config.yaml, then verify the rendered result through GET /config.
yaml_config.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your OpenAI API key

4

Clone Agno

Clone the pinned Agno source and run the remaining commands from its root:
5

Start the YAML-configured server

Open another terminal in the parent directory where .venv and the cloned agno directory are siblings, then start AgentOS on port 7777:
6

Verify the rendered configuration

Run the example from the repository root:
Full source: cookbook/05_agent_os/08_os_config/yaml_config.py