[PR #766] [MERGED] fix(langgraph): Serialize command objects passed as input into remote graph #995

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/766
Author: @jacoblee93
Created: 12/30/2024
Status: Merged
Merged: 12/30/2024
Merged by: @jacoblee93

Base: mainHead: jacob/remote


📝 Commits (4)

📊 Changes

5 files changed (+110 additions, -14 deletions)

View changed files

📝 libs/langgraph/package.json (+1 -1)
📝 libs/langgraph/src/constants.ts (+33 -4)
📝 libs/langgraph/src/pregel/remote.ts (+15 -3)
📝 libs/langgraph/src/tests/remote.test.ts (+56 -1)
📝 yarn.lock (+5 -5)

📄 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/766 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 12/30/2024 **Status:** ✅ Merged **Merged:** 12/30/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/remote` --- ### 📝 Commits (4) - [`4e2a64e`](https://github.com/langchain-ai/langgraphjs/commit/4e2a64ef674636e33735bd51d0849c090d781f71) Serialize command objects passed as input into remote graph - [`a4103cf`](https://github.com/langchain-ai/langgraphjs/commit/a4103cf0c3fe0e28fdb1e32520e4361fe0907047) Add test - [`bf709a3`](https://github.com/langchain-ai/langgraphjs/commit/bf709a3e2af2bd5702eb2dc06dce78edbcab7478) Cleanup - [`6156560`](https://github.com/langchain-ai/langgraphjs/commit/6156560a7d9e478056d07ed7467e75f238538acf) Fix lint ### 📊 Changes **5 files changed** (+110 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/package.json` (+1 -1) 📝 `libs/langgraph/src/constants.ts` (+33 -4) 📝 `libs/langgraph/src/pregel/remote.ts` (+15 -3) 📝 `libs/langgraph/src/tests/remote.test.ts` (+56 -1) 📝 `yarn.lock` (+5 -5) </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:43 -05:00
yindo closed this issue 2026-02-15 19:16:43 -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#995