[PR #236] [CLOSED] feat: vercelKV checkpointer (WIP) #595

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/236
Author: @chentschel
Created: 6/28/2024
Status: Closed

Base: mainHead: feat-vercel-kv-checkpointer


📝 Commits (2)

📊 Changes

4 files changed (+253 additions, -1 deletions)

View changed files

📝 langgraph/package.json (+5 -0)
langgraph/src/checkpoint/vercel_kv.ts (+153 -0)
📝 langgraph/src/tests/checkpoints.test.ts (+66 -1)
📝 yarn.lock (+29 -0)

📄 Description

This PR adds VercelKV checkpointer support.

Working OK tested against vercelKV. It needs proper mockup for the vercelKV service before merging. @nfcampos


🔄 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/236 **Author:** [@chentschel](https://github.com/chentschel) **Created:** 6/28/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat-vercel-kv-checkpointer` --- ### 📝 Commits (2) - [`52dd3e1`](https://github.com/langchain-ai/langgraphjs/commit/52dd3e17c5f5bbcc3a129d09f6e2b235013e20cf) - feat: vercelKV checkpointer - [`c46935d`](https://github.com/langchain-ai/langgraphjs/commit/c46935d82c120dc152cb7a6fbc53ac2e9f1b5df8) fix: linter ### 📊 Changes **4 files changed** (+253 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/package.json` (+5 -0) ➕ `langgraph/src/checkpoint/vercel_kv.ts` (+153 -0) 📝 `langgraph/src/tests/checkpoints.test.ts` (+66 -1) 📝 `yarn.lock` (+29 -0) </details> ### 📄 Description This PR adds VercelKV checkpointer support. Working OK tested against vercelKV. It needs proper mockup for the vercelKV service before merging. @nfcampos --- <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:09 -05:00
yindo closed this issue 2026-02-15 19:15:09 -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#595