Skip to main content
03.14.2025

OpenAI Agents Instrumentation

We’ve introduced the OpenAI Agents SDK for Python which provides enhanced visibility into agent behavior and performance.Installation
pip install openinference-instrumentation-openai-agents openai-agents
  • Includes an OpenTelemetry Instrumentor that traces agents, LLM calls, tool usage, and handoffs.
  • With minimal setup, use the register function to connect your app to Phoenix and view real-time traces of agent workflows.

Walkthrough Video

For more details on a quick setup, check out our integration documentation:

OpenAI Agents SDK | Phoenix

Improvements and Bug Fixes 🐛

  • Prompt Playground: Azure API key made optional, included specialized UI for thinking budget parameter
  • Performance: Make the spans table the default tab
  • Components: Added react-aria Tabs components
  • Enhancement: Download experiment runs and annotations as CSV