cookbook/05_agent_os/tracing/dbs/README.md
Examples for tracing/dbs in AgentOS.
basic_agent_with_postgresdb.py — Tracing with a production-oriented relational backend.basic_agent_with_sqlite.py — Tracing with a lightweight local development backend.basic_agent_with_mongodb.py — Tracing with a document database backend.basic_agent_with_clickhousedb.py — Postgres for sessions + ClickHouse as a dedicated OLAP traces store. See libs/agno/agno/db/clickhouse/README.md for the full setup guide.direnv allow (requires .envrc)..venvs/demo/bin/python <path-to-file>.py.