[PR #388] [MERGED] checkpoint[patch]: Avoid deeply serializing LangChain classes #715

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

📋 Pull Request Information

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

Base: mainHead: jacob/serde


📝 Commits (2)

📊 Changes

4 files changed (+167 additions, -172 deletions)

View changed files

📝 libs/checkpoint/src/serde/jsonplus.ts (+57 -18)
📝 libs/checkpoint/src/serde/tests/jsonplus.test.ts (+54 -0)
📝 libs/langgraph/src/tests/prebuilt.int.test.ts (+55 -153)
📝 libs/langgraph/src/tests/pregel.test.ts (+1 -1)

📄 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/388 **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/serde` --- ### 📝 Commits (2) - [`2ee7b75`](https://github.com/langchain-ai/langgraphjs/commit/2ee7b752e5c8215905c0d78d8c0c3faf0cd4467b) Avoid deeply serializing LangChain classes - [`da70fd3`](https://github.com/langchain-ai/langgraphjs/commit/da70fd34c622d09f60a1d767db0a0b23dbf19bc9) Style ### 📊 Changes **4 files changed** (+167 additions, -172 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint/src/serde/jsonplus.ts` (+57 -18) 📝 `libs/checkpoint/src/serde/tests/jsonplus.test.ts` (+54 -0) 📝 `libs/langgraph/src/tests/prebuilt.int.test.ts` (+55 -153) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+1 -1) </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:15:38 -05:00
yindo closed this issue 2026-02-15 19:15:38 -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#715