feat: Add OpenAI Agents instrumentation example#322
Merged
Conversation
Contributor
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Merged
viveknair
pushed a commit
that referenced
this pull request
Jun 25, 2025
* feat: Add OpenAI Agents instrumentation example (#322) * feat: Add OpenAI Agents instrumentation example * feat: Add automatic tracing for OpenAI Agents SDK * fix: Update default pipeline id value in interaction definition * release: 1.0.0-alpha.7 --------- Co-authored-by: Vivek Nair <vivek@gentrace.ai> Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
viveknair
pushed a commit
that referenced
this pull request
Jun 30, 2025
* feat: Add OpenAI Agents instrumentation example (#322) * feat: Add OpenAI Agents instrumentation example * feat: Add automatic tracing for OpenAI Agents SDK * fix: Update default pipeline id value in interaction definition * chore: Add otel_setup configuration in init() and check diff
stainless-app bot
pushed a commit
that referenced
this pull request
Jul 4, 2025
* feat: Add OpenAI Agents instrumentation example (#322) * feat: Add OpenAI Agents instrumentation example * feat: Add automatic tracing for OpenAI Agents SDK * fix: Update default pipeline id value in interaction definition * chore: Add otel_setup configuration in init() and check diff
viveknair
pushed a commit
that referenced
this pull request
Jul 6, 2025
* chore: Add otel_setup configuration in init() and check diff (#324) * feat: Add OpenAI Agents instrumentation example (#322) * feat: Add OpenAI Agents instrumentation example * feat: Add automatic tracing for OpenAI Agents SDK * fix: Update default pipeline id value in interaction definition * chore: Add otel_setup configuration in init() and check diff * release: 1.0.0-alpha.9 --------- Co-authored-by: Vivek Nair <vivek@gentrace.ai> Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
TLDR
Adds OpenAI Agents (Swarm) instrumentation example with automatic tracing via OpenInference
Summary
This PR introduces a new example demonstrating how to instrument OpenAI Agents SDK with Gentrace for automatic tracing of agent conversations, tool calls, and agent handoffs. The example showcases integration with OpenInference instrumentation for full observability.
Key Changes
openai_agents_instrumentation.pyexample file with travel assistant agent demoopenai-agentsandopeninference-instrumentation-openai-agentspackagesImpact
Testing Considerations