[PR #353] [MERGED] Update checkpoint serde to support types #683

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

📋 Pull Request Information

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

Base: mainHead: jacob/typed_serde


📝 Commits (3)

📊 Changes

7 files changed (+267 additions, -48 deletions)

View changed files

📝 libs/checkpoint-sqlite/src/index.ts (+40 -19)
📝 libs/checkpoint/src/base.ts (+4 -3)
📝 libs/checkpoint/src/memory.ts (+45 -14)
📝 libs/checkpoint/src/serde/base.ts (+5 -10)
libs/checkpoint/src/serde/jsonplus.ts (+132 -0)
libs/checkpoint/src/serde/tests/jsonplus.test.ts (+37 -0)
📝 libs/langgraph/src/tests/utils.ts (+4 -2)

📄 Description

Need to be careful about bumping versions


🔄 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/353 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 8/23/2024 **Status:** ✅ Merged **Merged:** 8/23/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/typed_serde` --- ### 📝 Commits (3) - [`28edce1`](https://github.com/langchain-ai/langgraphjs/commit/28edce11fb34d7ad310f90e28402cdaf1b53fdf7) Update checkpoint serde to support types - [`ea0c1dc`](https://github.com/langchain-ai/langgraphjs/commit/ea0c1dc59192b3b46a4816b11252751d8ddb700d) Fix lint - [`063c427`](https://github.com/langchain-ai/langgraphjs/commit/063c42774b16423ec1c04ecb392ebb6de560e8a9) Adds test, fix bugs ### 📊 Changes **7 files changed** (+267 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint-sqlite/src/index.ts` (+40 -19) 📝 `libs/checkpoint/src/base.ts` (+4 -3) 📝 `libs/checkpoint/src/memory.ts` (+45 -14) 📝 `libs/checkpoint/src/serde/base.ts` (+5 -10) ➕ `libs/checkpoint/src/serde/jsonplus.ts` (+132 -0) ➕ `libs/checkpoint/src/serde/tests/jsonplus.test.ts` (+37 -0) 📝 `libs/langgraph/src/tests/utils.ts` (+4 -2) </details> ### 📄 Description Need to be careful about bumping versions --- <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:30 -05:00
yindo closed this issue 2026-02-15 19:15:30 -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#683