[PR #445] [MERGED] fix(checkpointers): Avoid storing Sends twice in memory checkpointer #765

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/445
Author: @jacoblee93
Created: 9/3/2024
Status: Merged
Merged: 9/3/2024
Merged by: @jacoblee93

Base: mainHead: jacob/checkpointers


📝 Commits (1)

  • e47cc06 Avoid storing Sends twice in memory checkpointer

📊 Changes

5 files changed (+74 additions, -15 deletions)

View changed files

📝 libs/checkpoint/src/memory.ts (+56 -13)
📝 libs/checkpoint/src/serde/jsonplus.ts (+6 -0)
📝 libs/checkpoint/src/serde/types.ts (+2 -0)
📝 libs/langgraph/src/graph/graph.ts (+0 -1)
📝 libs/langgraph/src/pregel/index.ts (+10 -1)

📄 Description

Will probably want to do the same for the other implementations


🔄 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/445 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/checkpointers` --- ### 📝 Commits (1) - [`e47cc06`](https://github.com/langchain-ai/langgraphjs/commit/e47cc0608ca220e5b3912e2d0b554195f4f9abf5) Avoid storing Sends twice in memory checkpointer ### 📊 Changes **5 files changed** (+74 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint/src/memory.ts` (+56 -13) 📝 `libs/checkpoint/src/serde/jsonplus.ts` (+6 -0) 📝 `libs/checkpoint/src/serde/types.ts` (+2 -0) 📝 `libs/langgraph/src/graph/graph.ts` (+0 -1) 📝 `libs/langgraph/src/pregel/index.ts` (+10 -1) </details> ### 📄 Description Will probably want to do the same for the other implementations --- <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:15:49 -05:00
yindo closed this issue 2026-02-15 19:15: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#765