| Example | Description |
|---|---|
| Basic Agent with Postgresdb | Store agent traces in Postgres by pairing PostgresDb with tracing=True on AgentOS. |
| Traces with AgentOS using SqliteDb | Store agent traces in SQLite by pairing SqliteDb with tracing=True on AgentOS. |
| Basic Agent with MongoDB | Store agent traces in MongoDB by pairing MongoDb with tracing=True on AgentOS. |
| Basic Agent with Clickhousedb | Traces with AgentOS, written to a dedicated ClickHouse traces database. |
Databases
DBs
Persist AgentOS traces to ClickHouse, MongoDB, PostgreSQL, and SQLite.