ref(openai-agents): Remove workflow spans - #7563
Open
alexander-alderman-webb wants to merge 1 commit into
Open
alexander-alderman-webb wants to merge 1 commit into
alexander-alderman-webb wants to merge 1 commit into
Conversation
alexander-alderman-webb
marked this pull request as ready for review
September 22, 2026 07:22
Contributor
Codecov Results 📊✅ 66021 passed | ⏭️ 2999 skipped | Total: 69020 | Pass Rate: 95.65% | Execution Time: 188m 49s 📊 Comparison with Base Branch
All tests are passing successfully. ❌ Patch coverage is 71.88%. Project has 2061 uncovered lines. Files with missing lines (2)
Coverage diff@@ Coverage Diff @@
## master #PR +/-##
==========================================
- Coverage 90.21% 90.14% -0.07%
==========================================
Files 194 178 -16
Lines 25888 20893 -4995
Branches 9584 7516 -2068
==========================================
+ Hits 23352 18832 -4520
- Misses 2536 2061 -475
- Partials 1455 1180 -275Generated by Codecov Action |
This branch has not been deployed
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.
Description
Remove workflow spans since the product does not support them.
There is no need to have agents under a common transaction in span first, since agents that hand off to each other share the same trace ID in the streaming trace lifecycle (sibling agent invocation spans).
Remove
test_multiple_agents_asyncio(),test_no_conversation_id_when_not_provided(),test_runner_run_with_starting_agent_kwarg()andtest_runner_run_streamed_with_starting_agent_kwarg()since they only have assertions on workflow spans.Issues
Reminders
uv run ruff.feat:,fix:,ref:,meta:)