03.14.2025: OpenAI Agents Instrumentation πŸ“‘

Available in Phoenix 8.13+

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.

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

Walkthrough Video

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

Last updated

Was this helpful?