OpenAI Agents SDK
A dedicated wrapper is on the roadmap. The pattern below uses the public hooks available today.
Pattern
Run the agent inside a telemetry execution and add spans around each tool call.Tool call detail
Subclass or wrap eachfunction_tool to push a TOOL_CALL span:
Related
- Telemetry client
- LangGraph for graph-based agents