[PR #1238] [MERGED] fix(langgraph): propagate recursionLimit and signal in RemoteGraph #1319

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

📋 Pull Request Information

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

Base: mainHead: xavierroma/fix-remote-graph-config-propagation


📝 Commits (2)

  • bef2652 fix(langgraph): propagate recursionLimit and signal in RemoteGraph
  • 8b5a082 Fix lint

📊 Changes

2 files changed (+49 additions, -0 deletions)

View changed files

📝 libs/langgraph/src/pregel/remote.ts (+2 -0)
📝 libs/langgraph/src/tests/remote.test.ts (+47 -0)

📄 Description

Fixes #1237


🔄 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/1238 **Author:** [@xavierroma](https://github.com/xavierroma) **Created:** 5/29/2025 **Status:** ✅ Merged **Merged:** 6/26/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `xavierroma/fix-remote-graph-config-propagation` --- ### 📝 Commits (2) - [`bef2652`](https://github.com/langchain-ai/langgraphjs/commit/bef26526882c0c71be60030681b847e743ad6f4e) fix(langgraph): propagate recursionLimit and signal in RemoteGraph - [`8b5a082`](https://github.com/langchain-ai/langgraphjs/commit/8b5a082ae1b90f38e8e9517f2c8ac1303e57c861) Fix lint ### 📊 Changes **2 files changed** (+49 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/remote.ts` (+2 -0) 📝 `libs/langgraph/src/tests/remote.test.ts` (+47 -0) </details> ### 📄 Description Fixes #1237 --- <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:15 -05:00
yindo closed this issue 2026-02-15 20:15:15 -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#1319