[PR #1473] [MERGED] fix(langgraph): fix invalid safe serialization of RunnableConfig for RemoteGraph #1486

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

📋 Pull Request Information

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

Base: mainHead: dqbd/remote-fix-serialization


📝 Commits (4)

  • 854d8cf fix(langgraph): fix invalid safe serialization of RunnableConfig for RemoteGraph
  • dc23a36 Add changeset
  • b6589b2 Add test, micro-optimize
  • e85cf40 Fix lint

📊 Changes

3 files changed (+80 additions, -14 deletions)

View changed files

.changeset/vast-flowers-yawn.md (+5 -0)
📝 libs/langgraph/src/pregel/remote.ts (+15 -14)
📝 libs/langgraph/src/tests/remote.test.ts (+60 -0)

📄 Description

Closes RemoteGraph recursion loop #1446


🔄 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/1473 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/30/2025 **Status:** ✅ Merged **Merged:** 7/30/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/remote-fix-serialization` --- ### 📝 Commits (4) - [`854d8cf`](https://github.com/langchain-ai/langgraphjs/commit/854d8cf10ac4915fa537358d7ff5fadc28324c1e) fix(langgraph): fix invalid safe serialization of RunnableConfig for RemoteGraph - [`dc23a36`](https://github.com/langchain-ai/langgraphjs/commit/dc23a365dfcbc0086f3370a8bd5734d528fe8cbd) Add changeset - [`b6589b2`](https://github.com/langchain-ai/langgraphjs/commit/b6589b284ead7bb6c6c706b255c62f6496d1352f) Add test, micro-optimize - [`e85cf40`](https://github.com/langchain-ai/langgraphjs/commit/e85cf4080dbfc4d0bd66087757467eb6d24e7bdc) Fix lint ### 📊 Changes **3 files changed** (+80 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/vast-flowers-yawn.md` (+5 -0) 📝 `libs/langgraph/src/pregel/remote.ts` (+15 -14) 📝 `libs/langgraph/src/tests/remote.test.ts` (+60 -0) </details> ### 📄 Description Closes RemoteGraph recursion loop #1446 --- <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:56 -05:00
yindo closed this issue 2026-02-15 20:15:57 -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#1486