[PR #832] [MERGED] docs: add a how-to for streaming from final node #1714

Closed
opened 2026-02-20 17:45:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/832
Author: @vbarda
Created: 6/26/2024
Status: Merged
Merged: 6/27/2024
Merged by: @vbarda

Base: mainHead: vb/update-stream-final-node


📝 Commits (6)

📊 Changes

8 files changed (+314 additions, -10 deletions)

View changed files

📝 .github/workflows/link_check.yml (+1 -7)
📝 docs/_scripts/copy_notebooks.py (+1 -0)
📝 docs/docs/how-tos/index.md (+1 -0)
📝 docs/mkdocs.yml (+1 -0)
📝 examples/stream-multiple.ipynb (+0 -1)
📝 examples/stream-updates.ipynb (+0 -1)
📝 examples/stream-values.ipynb (+0 -1)
examples/streaming-from-final-node.ipynb (+310 -0)

📄 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/langgraph/pull/832 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 6/26/2024 **Status:** ✅ Merged **Merged:** 6/27/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/update-stream-final-node` --- ### 📝 Commits (6) - [`cdee787`](https://github.com/langchain-ai/langgraph/commit/cdee7871e48c782d6ad5dff86cf25d0e44ddde9e) docs: better streaming content from inside a node - [`1699e4d`](https://github.com/langchain-ai/langgraph/commit/1699e4dff583dc52c2753354b24509d30fb8d876) checkpoint - [`7733fcd`](https://github.com/langchain-ai/langgraph/commit/7733fcd609d14fdf669991cf07084a7197d1ef62) update links - [`258be2c`](https://github.com/langchain-ai/langgraph/commit/258be2c02acda0d9b5d4183a56292081ed077c9f) update - [`1f41c45`](https://github.com/langchain-ai/langgraph/commit/1f41c45715e1311a055bfd8326f9106466b2a921) Merge branch 'main' into vb/update-stream-final-node - [`7211e7f`](https://github.com/langchain-ai/langgraph/commit/7211e7feb9c23edd48c7d925719b68eb68277e16) fix link check ### 📊 Changes **8 files changed** (+314 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/link_check.yml` (+1 -7) 📝 `docs/_scripts/copy_notebooks.py` (+1 -0) 📝 `docs/docs/how-tos/index.md` (+1 -0) 📝 `docs/mkdocs.yml` (+1 -0) 📝 `examples/stream-multiple.ipynb` (+0 -1) 📝 `examples/stream-updates.ipynb` (+0 -1) 📝 `examples/stream-values.ipynb` (+0 -1) ➕ `examples/streaming-from-final-node.ipynb` (+310 -0) </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-20 17:45:23 -05:00
yindo closed this issue 2026-02-20 17:45:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1714