Setup
Usage
Once initialized, all agent runs and tool calls are captured automatically:What Gets Captured
| Attribute | Description |
|---|---|
| Agent runs | Each Runner.run() or Runner.run_streamed() invocation |
| Agent steps | Individual turns within the agent loop |
| Tool calls | Each tool invocation with name, input, and output |
| Handoffs | Multi-agent transitions and handoff decisions |
| LLM calls | Raw completion requests to OpenAI |
| Tokens & Cost | Aggregated token usage and pricing |
| Latency | Duration per agent run and per span |