refactor(weave): migrate Claude Agent SDK tracing to GenAI SDK - #7642
Merged
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
HiveMind Sessions13 sessions · 2h 25m · $92
View all sessions in HiveMind → Run |
rgao-coreweave
force-pushed
the
rgao/claude-agent-sdk-python-weave-genai
branch
from
July 28, 2026 01:01
775c568 to
7cf1710
Compare
rgao-coreweave
changed the base branch from
master
to
rgao/python-turn-output-messages
July 28, 2026 01:01
rgao-coreweave
force-pushed
the
rgao/claude-agent-sdk-python-weave-genai
branch
4 times, most recently
from
July 28, 2026 23:08
f298699 to
eac8216
Compare
rgao-coreweave
force-pushed
the
rgao/claude-agent-sdk-python-weave-genai
branch
from
July 28, 2026 23:55
250b3bc to
889a4f8
Compare
rgao-coreweave
changed the base branch from
master
to
rgao/python-turn-provider-name
July 28, 2026 23:55
rgao-coreweave
marked this pull request as ready for review
July 29, 2026 00:03
rgao-coreweave
force-pushed
the
rgao/claude-agent-sdk-python-weave-genai
branch
from
July 29, 2026 00:37
28c2971 to
8822dc0
Compare
rgao-coreweave
changed the base branch from
rgao/python-turn-provider-name
to
master
July 29, 2026 00:37
rgao-coreweave
force-pushed
the
rgao/claude-agent-sdk-python-weave-genai
branch
from
July 29, 2026 20:19
ca43457 to
93b60ec
Compare
Contributor
Author
This was referenced Jul 29, 2026
ro31337
approved these changes
Jul 29, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Summary
Conversation,Turn,LLM, andToolhandles.gen_ai.provider.nameon childchatspans only. The rootinvoke_agentTurn is an internal span and has no single provider because one turn can use multiple model providers.Standards alignment
The root Turn follows the current OpenTelemetry internal-agent convention, which omits
gen_ai.provider.name: open-telemetry/semantic-conventions-genai#289Stack
Testing
uv run --no-sync --group test python -m pytest tests/integrations/claude_agent_sdk/claude_agent_sdk_otel_test.py -q(15 passed)nox --no-install -e lint(ty, import-linter, pyright, mypy, Ruff, and formatting passed before restack)Breaking changes
None.