[PR #551] [MERGED] Validate put namespaces #840

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/551
Author: @hinthornw
Created: 10/6/2024
Status: Merged
Merged: 10/6/2024
Merged by: @hinthornw

Base: mainHead: wfh/validate_put_namespaces


📝 Commits (3)

  • e9eda23 Validate put namespaces
  • 0599fb0 Merge branch 'main' into wfh/validate_put_namespaces
  • 7337bb2 rm warning

📊 Changes

4 files changed (+112 additions, -38 deletions)

View changed files

📝 examples/how-tos/cross-thread-persistence.ipynb (+1 -10)
📝 examples/how-tos/persistence.ipynb (+17 -27)
📝 libs/checkpoint/src/store/base.ts (+45 -0)
📝 libs/checkpoint/src/tests/store.test.ts (+49 -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/551 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 10/6/2024 **Status:** ✅ Merged **Merged:** 10/6/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/validate_put_namespaces` --- ### 📝 Commits (3) - [`e9eda23`](https://github.com/langchain-ai/langgraphjs/commit/e9eda23db82aa9fb1e39bab1d279c7542db66e0a) Validate put namespaces - [`0599fb0`](https://github.com/langchain-ai/langgraphjs/commit/0599fb0b7eca42f631262433af9ddb0f4aa930a9) Merge branch 'main' into wfh/validate_put_namespaces - [`7337bb2`](https://github.com/langchain-ai/langgraphjs/commit/7337bb2a71bda7906a58297f11fba9ed82282734) rm warning ### 📊 Changes **4 files changed** (+112 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `examples/how-tos/cross-thread-persistence.ipynb` (+1 -10) 📝 `examples/how-tos/persistence.ipynb` (+17 -27) 📝 `libs/checkpoint/src/store/base.ts` (+45 -0) 📝 `libs/checkpoint/src/tests/store.test.ts` (+49 -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:16:05 -05:00
yindo closed this issue 2026-02-15 19:16:06 -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#840