docs: LangGraph SDK v1.4.0 notebooks for v26.4 release#88
Open
docs: LangGraph SDK v1.4.0 notebooks for v26.4 release#88
Conversation
…tebook install [Plan F-9, C-2] New notebook demonstrating decorator-based and manual instrumentation from LangGraph SDK v1.4.0. Fix TestPyPI install in existing notebook. Prompt: "create custom instrumentation notebook" - Add Fiddler_Quickstart_LangGraph_Custom_Instrumentation.ipynb (35 cells) covering @trace(), get_current_span(), span types, manual context managers, mixed approaches, async support, context isolation - Fix LangGraph Advanced Observability notebook: replace TestPyPI install with standard PyPI install line Co-Authored-By: Claude <[email protected]>
Prompt: "fix broken relative links and stale example dates in notebooks" - Replace 4 broken relative links with canonical docs.fiddler.ai URLs (M-5) - Update 2 stale 2024-12 dates to 2026-06 in OTel notebook examples (M-6) Co-Authored-By: Claude <[email protected]>
Prompt: "continue — Phase 4 first, then Phase 5" - Change [email protected] → [email protected] in LangGraph Advanced notebook Co-Authored-By: Claude <[email protected]>
Contributor
Author
|
Companion docs PR: https://github.com/fiddler-labs/fiddler/pull/17651 |
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
Notebook changes for the Fiddler LangGraph SDK v1.4.0 release (v26.4). Adds a new custom instrumentation notebook and fixes issues in existing notebooks.
Companion PR: fiddler-labs/fiddler#17651 (documentation pages).
Plan Items Addressed
Changes
New Files
quickstart/latest/Fiddler_Quickstart_LangGraph_Custom_Instrumentation.ipynb— 35 cells (18 markdown, 17 code) demonstrating decorator-based and manual instrumentation with the Fiddler LangGraph SDK v1.4.0Updated Files
quickstart/latest/Fiddler_Quickstart_LangGraph_Advanced_Observability.ipynb— Fixed broken links (cells 0, 15), standardized support emailquickstart/latest/Fiddler_Quickstart_OpenTelemetry_Advanced.ipynb— Updated stale datesHow to Review