| Example | Description |
|---|---|
| Basic Agent Tracing | Enable tracing on AgentOS to record every run of a HackerNews agent in SQLite. |
| Basic Team Tracing | Enable tracing for a team; AgentOS traces the team and its members without per-agent setup. |
| Agent with Knowledge Tracing | Trace a knowledge agent’s runs, including PgVector searches, with tracing enabled on AgentOS. |
| Agent with Reasoning Tools Tracing | Capture reasoning steps in traces by serving a ReasoningTools agent with tracing enabled. |
| Basic Workflow Tracing | Trace a research workflow with a conditional fact-check step by enabling tracing on AgentOS. |
| Tracing with Multi DB Scenario | Configure tracing manually with setup_tracing, batching exports to a dedicated traces database. |
| Tracing with Multi DB and Tracing Flag | Route traces to a dedicated database when each agent has its own db, using tracing=True on AgentOS. |
| DBs | Persist AgentOS traces to ClickHouse, MongoDB, PostgreSQL, and SQLite. |
| Advanced Trace Filtering | Build AND/OR/NOT, CONTAINS, IN and range trace queries with the FilterExpr DSL and run them against SqliteDb.get_traces. |
Tracing
Tracing
OpenTelemetry tracing for AgentOS agents, teams, and workflows, including multi-database trace storage.