[PR #396] [MERGED] checkpoint[patch]: Fix checkpointer generic #724

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/396
Author: @jacoblee93
Created: 8/27/2024
Status: Merged
Merged: 8/27/2024
Merged by: @jacoblee93

Base: mainHead: jacob/checkpointer


📝 Commits (3)

  • bce9e82 Fix checkpointer generic
  • 96513d5 Support string comparisons everywhere
  • bed2d0a Fix warning, add comparison tests

📊 Changes

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

View changed files

📝 libs/checkpoint/src/base.ts (+42 -8)
📝 libs/checkpoint/src/tests/checkpoints.test.ts (+20 -1)
📝 libs/langgraph/src/pregel/algo.ts (+8 -3)
📝 libs/langgraph/src/pregel/index.ts (+4 -3)

📄 Description

@dqbd


🔄 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/396 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 8/27/2024 **Status:** ✅ Merged **Merged:** 8/27/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/checkpointer` --- ### 📝 Commits (3) - [`bce9e82`](https://github.com/langchain-ai/langgraphjs/commit/bce9e82916dd4a1ba18e9145b7286673cb002cf4) Fix checkpointer generic - [`96513d5`](https://github.com/langchain-ai/langgraphjs/commit/96513d5c20971dd1abce1ba86a923b083ada3de8) Support string comparisons everywhere - [`bed2d0a`](https://github.com/langchain-ai/langgraphjs/commit/bed2d0ab6c1c9166d62ac1f68f5dfe725282a09b) Fix warning, add comparison tests ### 📊 Changes **4 files changed** (+74 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint/src/base.ts` (+42 -8) 📝 `libs/checkpoint/src/tests/checkpoints.test.ts` (+20 -1) 📝 `libs/langgraph/src/pregel/algo.ts` (+8 -3) 📝 `libs/langgraph/src/pregel/index.ts` (+4 -3) </details> ### 📄 Description @dqbd --- <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:40 -05:00
yindo closed this issue 2026-02-15 19:15:40 -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#724