feat(langchain): pass telemetry attributes - #740
Merged
anubhav756 merged 1 commit intoAug 6, 2026
Merged
Conversation
Contributor
|
/gcbrun |
anubhav756
approved these changes
Jul 28, 2026
anubhav756
force-pushed
the
codex/langchain-telemetry-attributes
branch
from
July 28, 2026 14:15
7cf0c93 to
a9bc41c
Compare
This was referenced Jul 28, 2026
anubhav756
force-pushed
the
codex/langchain-telemetry-attributes
branch
from
July 31, 2026 02:40
a9bc41c to
cab170a
Compare
Contributor
|
/gcbrun |
anubhav756
force-pushed
the
codex/langchain-telemetry-attributes
branch
2 times, most recently
from
August 5, 2026 05:27
1f0bc50 to
94c1c26
Compare
Contributor
|
/gcbrun |
dishaprakash
approved these changes
Aug 6, 2026
anubhav756
force-pushed
the
codex/langchain-telemetry-attributes
branch
from
August 6, 2026 10:05
94c1c26 to
d9a667b
Compare
Contributor
|
/gcbrun |
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.
Background
toolbox-coreandtoolbox-adknow supportTelemetryAttributes, but LangChain wrappers cannot attach model, user, or agent metadata to Toolbox invocations.Changes
telemetry_attributesto sync/asyncload_toolandload_toolsetmethods.add_telemetry_attributes(...)methods to sync/async LangChain tools.Related