Draft
Conversation
- Add `docs/develop/python/integrations/langsmith.mdx` covering the LangSmithPlugin, @Traceable usage, wrap_openai, and the add_temporal_runs toggle. Modeled after the Braintrust guide. - Add LangSmith row to the Python integrations index. - Add the new page to the Python integrations sidebar. Jira: AI-141 Samples PR: temporalio/samples-python#292
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
Co-authored-by: Brian Strauch <brian@brianstrauch.com>
Co-authored-by: Brian Strauch <brian@brianstrauch.com>
Co-authored-by: Brian Strauch <brian@brianstrauch.com>
- Rewrite intro and section leads in a more conversational voice - Remove em-dashes in prose (replaced with colons, parentheticals, or rewrites) - Drop AI-buzzword phrases: "end-to-end", "minimal code changes", "no extra code beyond the wrapping call", "This enables trace context propagation" - Tighten the client-side @Traceable note about project_name - Use `uv add` instead of `pip install` for dependency install - Fix Option 2 code comment placement and phrasing
brianstrauch
approved these changes
Apr 23, 2026
* Edits to langsmith.mdx Some wordsmithing changes; nothing major. * Update docs/develop/python/integrations/langsmith.mdx --------- Co-authored-by: xumaple <45406854+xumaple@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.
Summary
/develop/python/integrations/langsmithcovering thetemporalio.contrib.langsmith.LangSmithPlugin(shipped intemporalio1.26.0).@traceableusage,wrap_openaifor richer LLM runs, theadd_temporal_runstoggle, and trace hierarchy examples for both modes.