[PR #653] [MERGED] feat(langgraph): Adds custom streaming mode #917

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/653
Author: @jacoblee93
Created: 11/2/2024
Status: Merged
Merged: 11/2/2024
Merged by: @jacoblee93

Base: mainHead: jacob/custom_stream


📝 Commits (3)

📊 Changes

11 files changed (+735 additions, -270 deletions)

View changed files

📝 docs/docs/concepts/streaming.md (+16 -13)
📝 docs/docs/how-tos/index.md (+1 -0)
📝 examples/how-tos/stream-tokens.ipynb (+108 -220)
examples/how-tos/streaming-content.ipynb (+352 -0)
📝 libs/langgraph/src/pregel/algo.ts (+1 -1)
📝 libs/langgraph/src/pregel/index.ts (+12 -7)
📝 libs/langgraph/src/pregel/messages.ts (+5 -5)
📝 libs/langgraph/src/pregel/runnable_types.ts (+2 -0)
📝 libs/langgraph/src/pregel/types.ts (+2 -1)
📝 libs/langgraph/src/pregel/utils/config.ts (+1 -0)
📝 libs/langgraph/src/tests/pregel.test.ts (+235 -23)

📄 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/653 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 11/2/2024 **Status:** ✅ Merged **Merged:** 11/2/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/custom_stream` --- ### 📝 Commits (3) - [`5e78f72`](https://github.com/langchain-ai/langgraphjs/commit/5e78f72862aa88b90ae4d133951570cafdd18ca6) Adds custom streaming mode - [`cf71280`](https://github.com/langchain-ai/langgraphjs/commit/cf712809510654f6e4d6dd4eb91499d0363a000b) Rename message streaming mode param - [`a293154`](https://github.com/langchain-ai/langgraphjs/commit/a293154d0180786ff7b3a0e0cce6cff010a29453) Adds docs ### 📊 Changes **11 files changed** (+735 additions, -270 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/concepts/streaming.md` (+16 -13) 📝 `docs/docs/how-tos/index.md` (+1 -0) 📝 `examples/how-tos/stream-tokens.ipynb` (+108 -220) ➕ `examples/how-tos/streaming-content.ipynb` (+352 -0) 📝 `libs/langgraph/src/pregel/algo.ts` (+1 -1) 📝 `libs/langgraph/src/pregel/index.ts` (+12 -7) 📝 `libs/langgraph/src/pregel/messages.ts` (+5 -5) 📝 `libs/langgraph/src/pregel/runnable_types.ts` (+2 -0) 📝 `libs/langgraph/src/pregel/types.ts` (+2 -1) 📝 `libs/langgraph/src/pregel/utils/config.ts` (+1 -0) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+235 -23) </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:16:24 -05:00
yindo closed this issue 2026-02-15 19:16:24 -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#917