[PR #929] [CLOSED] feat(langgraph): support checkpointer=true #1118

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/929
Author: @vbarda
Created: 3/3/2025
Status: Closed

Base: mainHead: vb/support-checkpointer-true


📝 Commits (1)

  • 679ca23 feat(langgraph): support checkpointer=true

📊 Changes

5 files changed (+311 additions, -8 deletions)

View changed files

📝 libs/langgraph/src/graph/state.ts (+1 -1)
📝 libs/langgraph/src/pregel/index.ts (+37 -6)
📝 libs/langgraph/src/pregel/loop.ts (+5 -0)
📝 libs/langgraph/src/pregel/types.ts (+3 -1)
📝 libs/langgraph/src/tests/pregel.test.ts (+265 -0)

📄 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/929 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 3/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `vb/support-checkpointer-true` --- ### 📝 Commits (1) - [`679ca23`](https://github.com/langchain-ai/langgraphjs/commit/679ca236ca3d20ec99e6b8dc3ab0a6d88269e8e7) feat(langgraph): support checkpointer=true ### 📊 Changes **5 files changed** (+311 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/graph/state.ts` (+1 -1) 📝 `libs/langgraph/src/pregel/index.ts` (+37 -6) 📝 `libs/langgraph/src/pregel/loop.ts` (+5 -0) 📝 `libs/langgraph/src/pregel/types.ts` (+3 -1) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+265 -0) </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:17:17 -05:00
yindo closed this issue 2026-02-15 19:17:17 -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#1118