[PR #2001] [MERGED] Checkpointer is needed for long term memories. #2046

Closed
opened 2026-02-17 17:23:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2001
Author: @MartinChen1973
Created: 12/21/2025
Status: Merged
Merged: 12/25/2025
Merged by: @mdrxy

Base: mainHead: patch-5


📝 Commits (3)

  • 58c33a3 Checkpointer is needed for long term memories.
  • 31d9830 Merge branch 'main' into patch-5
  • c9dbb1e Merge branch 'main' into patch-5

📊 Changes

1 file changed (+5 additions, -1 deletions)

View changed files

📝 src/oss/deepagents/long-term-memory.mdx (+5 -1)

📄 Description

Overview

This updates the Deepagents long-term memory docs to clarify that reading /draft.txt requires a checkpointer. Based on testing, /draft.txt cannot be read without a Checkpointer, even within the same thread.

Type of change

Type: Update existing documentation

Related issues/PRs

  • GitHub issue: N/A
  • Feature PR: N/A

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links (N/A / no new links)
  • I have updated navigation in src/docs.json if needed (N/A)

Additional notes

I have a workable example here: (L22, 29, 45)
https://github.com/MartinChen1973/lllm/blob/main/src/lesson10_Dev/1020_DeepAgents/102070%20Long-term%20memory/10207010%20How%20it%20works.py


🔄 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/docs/pull/2001 **Author:** [@MartinChen1973](https://github.com/MartinChen1973) **Created:** 12/21/2025 **Status:** ✅ Merged **Merged:** 12/25/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `patch-5` --- ### 📝 Commits (3) - [`58c33a3`](https://github.com/langchain-ai/docs/commit/58c33a3fcd867746660f48caeeccc4872e1c77d4) Checkpointer is needed for long term memories. - [`31d9830`](https://github.com/langchain-ai/docs/commit/31d98303e03ad8c8e0820bda2d517852a49c0a32) Merge branch 'main' into patch-5 - [`c9dbb1e`](https://github.com/langchain-ai/docs/commit/c9dbb1e5bf512ecbad6205aaeed8a3c67701d132) Merge branch 'main' into patch-5 ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/long-term-memory.mdx` (+5 -1) </details> ### 📄 Description ## Overview This updates the Deepagents long-term memory docs to clarify that reading `/draft.txt` requires a checkpointer. Based on testing, `/draft.txt` cannot be read without a Checkpointer, even within the same thread. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - GitHub issue: N/A - Feature PR: N/A ## Checklist - [ ] I have read the contributing guidelines - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [x] I have used root relative paths for internal links (N/A / no new links) - [ ] I have updated navigation in `src/docs.json` if needed (N/A) ## Additional notes I have a workable example here: (L22, 29, 45) https://github.com/MartinChen1973/lllm/blob/main/src/lesson10_Dev/1020_DeepAgents/102070%20Long-term%20memory/10207010%20How%20it%20works.py --- <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-17 17:23:00 -05:00
yindo closed this issue 2026-02-17 17:23:00 -05:00
yindo changed title from [PR #2001] Checkpointer is needed for long term memories. to [PR #2001] [MERGED] Checkpointer is needed for long term memories. 2026-06-05 18:16:21 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2046