[PR #1387] [MERGED] fix(sdk): useStream should receive and merge messages from subgraphs #1421

Closed
opened 2026-02-15 20:15:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1387
Author: @dqbd
Created: 7/14/2025
Status: Merged
Merged: 7/14/2025
Merged by: @dqbd

Base: mainHead: dqbd/sdk-usestream-messages-tuple-subgraphs


📝 Commits (5)

  • 335aa6c fix(api): apply namespace to messages-tuple stream mode
  • a6c274e Add changeset
  • f153e99 Fix types
  • 6c692ad fix(api): useStream should receive and merge messages from subgraphs
  • 4a34307 Add changeset

📊 Changes

6 files changed (+112 additions, -12 deletions)

View changed files

.changeset/bright-boats-teach.md (+5 -0)
.changeset/silly-webs-lie.md (+7 -0)
📝 libs/langgraph-api/src/stream.mts (+5 -1)
📝 libs/langgraph-api/tests/api.test.mts (+17 -8)
📝 libs/sdk-validation/src/tests/stream.test.tsx (+71 -1)
📝 libs/sdk/src/react/stream.tsx (+7 -2)

📄 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/1387 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/14/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/sdk-usestream-messages-tuple-subgraphs` --- ### 📝 Commits (5) - [`335aa6c`](https://github.com/langchain-ai/langgraphjs/commit/335aa6caa5909c1d9f5f537a9e4b5590ea631e7e) fix(api): apply namespace to messages-tuple stream mode - [`a6c274e`](https://github.com/langchain-ai/langgraphjs/commit/a6c274efdebb0bfbed795c7bf49d2345ed97430b) Add changeset - [`f153e99`](https://github.com/langchain-ai/langgraphjs/commit/f153e99069ae3f7f1cfa2bd3d58a4677097dc745) Fix types - [`6c692ad`](https://github.com/langchain-ai/langgraphjs/commit/6c692ad8cce691c09b9b373bd8543b30605de402) fix(api): useStream should receive and merge messages from subgraphs - [`4a34307`](https://github.com/langchain-ai/langgraphjs/commit/4a34307fd8d4d7fb6c216f9eaa09027a14ccf7a9) Add changeset ### 📊 Changes **6 files changed** (+112 additions, -12 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/bright-boats-teach.md` (+5 -0) ➕ `.changeset/silly-webs-lie.md` (+7 -0) 📝 `libs/langgraph-api/src/stream.mts` (+5 -1) 📝 `libs/langgraph-api/tests/api.test.mts` (+17 -8) 📝 `libs/sdk-validation/src/tests/stream.test.tsx` (+71 -1) 📝 `libs/sdk/src/react/stream.tsx` (+7 -2) </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 20:15:42 -05:00
yindo closed this issue 2026-02-15 20:15:42 -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#1421