[PR #372] [MERGED] Add streaming from final node notebook #699

Closed
opened 2026-02-15 19:15:34 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/372
Author: @jacoblee93
Created: 8/24/2024
Status: Merged
Merged: 8/24/2024
Merged by: @jacoblee93

Base: mainHead: jacob/docs


📝 Commits (3)

  • acb2b04 Adds tracing test with custom tags
  • 6a72f1f Fix test
  • f1a57c7 Add streaming from final node notebook

📊 Changes

5 files changed (+477 additions, -44 deletions)

View changed files

📝 deno.json (+2 -2)
examples/how-tos/streaming-from-final-node.ipynb (+328 -0)
📝 examples/how-tos/use-in-web-environments.ipynb (+32 -40)
📝 libs/langgraph/src/tests/tracing.test.ts (+111 -1)
📝 libs/langgraph/src/tests/utils.ts (+4 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/372 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 8/24/2024 **Status:** ✅ Merged **Merged:** 8/24/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/docs` --- ### 📝 Commits (3) - [`acb2b04`](https://github.com/langchain-ai/langgraphjs/commit/acb2b04af6ef8cb3c318083437cba0b05f53e8d4) Adds tracing test with custom tags - [`6a72f1f`](https://github.com/langchain-ai/langgraphjs/commit/6a72f1f95e46390f73dd8d3849a37ab6c62bbb0d) Fix test - [`f1a57c7`](https://github.com/langchain-ai/langgraphjs/commit/f1a57c761d61a9eec60772d15103dafa59a5b05a) Add streaming from final node notebook ### 📊 Changes **5 files changed** (+477 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `deno.json` (+2 -2) ➕ `examples/how-tos/streaming-from-final-node.ipynb` (+328 -0) 📝 `examples/how-tos/use-in-web-environments.ipynb` (+32 -40) 📝 `libs/langgraph/src/tests/tracing.test.ts` (+111 -1) 📝 `libs/langgraph/src/tests/utils.ts` (+4 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:15:34 -05:00
yindo closed this issue 2026-02-15 19:15:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#699