Prerequisites
Install dependencies:Sample Integration
quotient_trace_openai_agents.py
Notes
- The instrumentor emits spans for tool calls, actions, and final responses so you can replay the agent’s reasoning.
- Use
asyncio.run
(as shown) or integrate directly into your existing event loop.
Next: LangGraph