[PR #3842] [MERGED] fix: clarify langgraph checkpoint boundaries [closes DOC-1061] #3855

Closed
opened 2026-06-05 18:53:22 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3842
Author: @longquanzheng
Created: 5/1/2026
Status: Merged
Merged: 5/5/2026
Merged by: @npentrel

Base: mainHead: open-swe/1f8efc8b-c313-ad71-1971-4fc3786d00f1


📝 Commits (2)

  • bcac753 Clarify LangGraph checkpoint docs to distinguish full checkpoints from node-level task writes.
  • eb86262 Clarify LangGraph checkpoint docs with additive node-level write guidance.

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 src/oss/langgraph/persistence.mdx (+2 -0)

📄 Description

Description

Clarifies LangGraph persistence docs by adding a note that node-level task writes are persisted for fault tolerance while preserving the existing super-step and time-travel guidance. Prepared by Open SWE.

Release Note

Clarified LangGraph persistence documentation for node-level task writes.

Test Plan

  • Review the Persistence page section on super-steps in the docs preview

Opened collaboratively by Quanzheng Long and open-swe.


🔄 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/3842 **Author:** [@longquanzheng](https://github.com/longquanzheng) **Created:** 5/1/2026 **Status:** ✅ Merged **Merged:** 5/5/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `open-swe/1f8efc8b-c313-ad71-1971-4fc3786d00f1` --- ### 📝 Commits (2) - [`bcac753`](https://github.com/langchain-ai/docs/commit/bcac753bfbe3473aa4ee5c4721528318813a7388) Clarify LangGraph checkpoint docs to distinguish full checkpoints from node-level task writes. - [`eb86262`](https://github.com/langchain-ai/docs/commit/eb86262d35e67fb9f6badd42437f9172cfcd6ad8) Clarify LangGraph checkpoint docs with additive node-level write guidance. ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/persistence.mdx` (+2 -0) </details> ### 📄 Description ## Description Clarifies LangGraph persistence docs by adding a note that node-level task writes are persisted for fault tolerance while preserving the existing super-step and time-travel guidance. Prepared by Open SWE. ## Release Note Clarified LangGraph persistence documentation for node-level task writes. ## Test Plan - [ ] Review the Persistence page section on super-steps in the docs preview _Opened collaboratively by Quanzheng Long and open-swe._ --- <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-06-05 18:53:22 -04:00
yindo closed this issue 2026-06-05 18:53:22 -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#3855