[PR #5] [MERGED] fix(cli): load persisted LC serialized objects #10

Closed
opened 2026-02-16 04:16:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/5
Author: @dqbd
Created: 1/31/2025
Status: Merged
Merged: 1/31/2025
Merged by: @dqbd

Base: mainHead: dqbd/persist-lc-object


📝 Commits (1)

  • e728f6f fix(cli): load persisted LC serialized objects

📊 Changes

3 files changed (+132 additions, -3 deletions)

View changed files

libs/langgraph-cli/src/storage/importMap.mts (+85 -0)
📝 libs/langgraph-cli/src/storage/persist.mts (+15 -3)
libs/langgraph-cli/tests/persist.test.mts (+32 -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-api/pull/5 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 1/31/2025 **Status:** ✅ Merged **Merged:** 1/31/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/persist-lc-object` --- ### 📝 Commits (1) - [`e728f6f`](https://github.com/langchain-ai/langgraphjs-api/commit/e728f6fa093e4238da8c6b4b35bd4143dff75230) fix(cli): load persisted LC serialized objects ### 📊 Changes **3 files changed** (+132 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `libs/langgraph-cli/src/storage/importMap.mts` (+85 -0) 📝 `libs/langgraph-cli/src/storage/persist.mts` (+15 -3) ➕ `libs/langgraph-cli/tests/persist.test.mts` (+32 -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-16 04:16:57 -05:00
yindo closed this issue 2026-02-16 04:16:57 -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-api#10