[PR #799] [MERGED] fix(remote): use "messages-tuple" when requesting "messages" #1017

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/799
Author: @dqbd
Created: 1/23/2025
Status: Merged
Merged: 2/9/2025
Merged by: @dqbd

Base: mainHead: dqbd/remote-pregel-messages-tuple


📝 Commits (1)

  • f9dbfde fix(remote): use "messages-tuple" when requesting "messages"

📊 Changes

1 file changed (+7 additions, -8 deletions)

View changed files

📝 libs/langgraph/src/pregel/remote.ts (+7 -8)

📄 Description

Marking as draft, because we might want to deserialise raw JSON objects to actual messages Turns out the Python's RemoteGraph does not convert the message tuples back to BaseMessage anyway

https://github.com/langchain-ai/langgraphjs/issues/684


🔄 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/799 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 1/23/2025 **Status:** ✅ Merged **Merged:** 2/9/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/remote-pregel-messages-tuple` --- ### 📝 Commits (1) - [`f9dbfde`](https://github.com/langchain-ai/langgraphjs/commit/f9dbfde821b6d250a96b9ce2d4ea1590327a9ee0) fix(remote): use "messages-tuple" when requesting "messages" ### 📊 Changes **1 file changed** (+7 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/remote.ts` (+7 -8) </details> ### 📄 Description ~Marking as draft, because we might want to deserialise raw JSON objects to actual messages~ Turns out the Python's RemoteGraph does not convert the message tuples back to BaseMessage anyway https://github.com/langchain-ai/langgraphjs/issues/684 --- <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:49 -05:00
yindo closed this issue 2026-02-15 19:16:49 -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#1017