px
pypx

opentelemetry-instrumentation-openai-agents

v0.61.0

OpenTelemetry OpenAI Agents instrumentation

20 KB Python 3.10+ py3-none-anyApache-2.04 deps
Diff
$ uv add opentelemetry-instrumentation-openai-agents

OpenTelemetry OpenAI Agents Instrumentation

This library enables tracing of agentic workflows implemented using the OpenAI Agents framework, allowing visibility into agent reasoning, tool usage, and decision-making steps.

Installation

pip install opentelemetry-instrumentation-openai-agents

Example usage

from opentelemetry.instrumentation.openai_agents import OpenAIAgentsInstrumentor

OpenAIAgentsInstrumentor().instrument()

Privacy

By default, this instrumentation logs prompts, completions, and embeddings to span attributes. This gives you a clear visibility into how your LLM application is working, and can make it easy to debug and evaluate the quality of the outputs.

However, you may want to disable this logging for privacy reasons, as they may contain highly sensitive data from your users. You may also simply want to reduce the size of your traces.

To disable logging, set the TRACELOOP_TRACE_CONTENT environment variable to false.

TRACELOOP_TRACE_CONTENT=false

Details

Version
0.61.0
License
Apache-2.0
Python
<4,>=3.10
Maintainer
Gal Kleinman <[email protected]>, Nir Gazit <[email protected]>

Release Cadence

63
releases in the past year
avg 5 days between releases

Maintainers