[PR #80] [MERGED] Export MemorySaver & BaseCheckpointer #472

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/80
Author: @tspecht
Created: 3/2/2024
Status: Merged
Merged: 3/11/2024
Merged by: @jacoblee93

Base: mainHead: main


📝 Commits (1)

📊 Changes

1 file changed (+9 additions, -0 deletions)

View changed files

📝 langgraph/src/index.ts (+9 -0)

📄 Description

This exports MemorySaver and BaseCheckpointSaver, which allows for custom persistence implementations (e.g. SQLite)


🔄 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/80 **Author:** [@tspecht](https://github.com/tspecht) **Created:** 3/2/2024 **Status:** ✅ Merged **Merged:** 3/11/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`4080517`](https://github.com/langchain-ai/langgraphjs/commit/408051734087a15ae565acc2eb9bf1e568eeb567) Update index.ts ### 📊 Changes **1 file changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/src/index.ts` (+9 -0) </details> ### 📄 Description This exports `MemorySaver` and `BaseCheckpointSaver`, which allows for custom persistence implementations (e.g. SQLite) --- <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 18:17:07 -05:00
yindo closed this issue 2026-02-15 18:17:07 -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#472