Generation spans
Mapped to LLM_CALL with model, prompt, response, and usage fields where available.
AgentDbg ships an optional tracing processor integration for OpenAI Agents SDK so generation spans, function calls, and handoffs map directly into your local run timeline.
pip install agentdbg[openai]Mapped to LLM_CALL with model, prompt, response, and usage fields where available.
Mapped to TOOL_CALL with function name, arguments, status, and error context.
Captured as tool-like events with metadata, preserving step order in the run timeline.
Use AgentDbg to reduce guesswork and contain runaway behavior while iterating.