[PR #1320] [MERGED] fix(langgraph): respect streamMode when invoking subgraph in a node #1378

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1320
Author: @dqbd
Created: 6/26/2025
Status: Merged
Merged: 6/26/2025
Merged by: @dqbd

Base: mainHead: dqbd/streamMode-subgraphs


📝 Commits (2)

  • 06dd352 fix(langgraph): respect streamMode when invoking subgraph in a node
  • 990289d Fix test

📊 Changes

2 files changed (+52 additions, -6 deletions)

View changed files

📝 libs/langgraph/src/pregel/index.ts (+8 -6)
📝 libs/langgraph/src/tests/pregel.test.ts (+44 -0)

📄 Description

Closes https://github.com/langchain-ai/langgraphjs/issues/1116


🔄 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/1320 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 6/26/2025 **Status:** ✅ Merged **Merged:** 6/26/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/streamMode-subgraphs` --- ### 📝 Commits (2) - [`06dd352`](https://github.com/langchain-ai/langgraphjs/commit/06dd3526c953f0ff26fa4cd5f619513c8c965a08) fix(langgraph): respect streamMode when invoking subgraph in a node - [`990289d`](https://github.com/langchain-ai/langgraphjs/commit/990289d562430010921ca15aa17b0c7f399ff63e) Fix test ### 📊 Changes **2 files changed** (+52 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/index.ts` (+8 -6) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+44 -0) </details> ### 📄 Description Closes https://github.com/langchain-ai/langgraphjs/issues/1116 --- <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:30 -05:00
yindo closed this issue 2026-02-15 20:15:30 -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#1378