OpenAI Agents SDK Tracing
Trace OpenAI Agent calls using OpenInference and view traces in Arize.
Openai-agents is an AI agent framework developed by OpenAI, designed for easy agent orchestration and tool use. You can view two examples below! To get started, sign up for a free Arize account and get your Space ID and API Key.
Tracing
Full Cookbook
Install
API Key Setup
Add your OpenAI API key as an environment variable. The OpenAI Agents SDK will use this to interact with OpenAI models.
Setup
Use the register
function to connect your application to Arize and instrument the OpenAI Agents.
Run your Agent
Now you can run your openai-agents
code as usual.
Observe
Once you've started your instrumentation, all invocations and steps of your Agent will be sent to your Arize account for observability and evaluation.

Resources
Last updated
Was this helpful?