[PR #1535] [CLOSED] docs: add checkpointers conceptual guide #2137

Closed
opened 2026-02-20 17:46:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1535
Author: @vbarda
Created: 8/29/2024
Status: Closed

Base: mainHead: vb/checkpointer-concepts


📝 Commits (5)

📊 Changes

7 files changed (+273 additions, -110 deletions)

View changed files

📝 docs/docs/cloud/concepts/api.md (+1 -1)
📝 docs/docs/concepts/agentic_concepts.md (+2 -2)
📝 docs/docs/concepts/index.md (+3 -6)
📝 docs/docs/concepts/low_level.md (+2 -97)
docs/docs/concepts/persistence.md (+252 -0)
📝 docs/docs/reference/checkpoints.md (+12 -4)
📝 docs/mkdocs.yml (+1 -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/langgraph/pull/1535 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 8/29/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `vb/checkpointer-concepts` --- ### 📝 Commits (5) - [`16b1441`](https://github.com/langchain-ai/langgraph/commit/16b1441f63daa2755c4ed578c06bd2ae77130b21) docs: add checkpointers conceptual guide - [`a747ba4`](https://github.com/langchain-ai/langgraph/commit/a747ba4dee078c64eb4cd1034471f925e280a2f2) Merge branch 'main' into vb/checkpointer-concepts - [`9977867`](https://github.com/langchain-ai/langgraph/commit/9977867ac48a6869815ecc5fda1f3ed0a21180f4) update - [`f6ffd10`](https://github.com/langchain-ai/langgraph/commit/f6ffd100c2e3742e4e8a54c054181fbbfbbe8113) fix links - [`4d1a592`](https://github.com/langchain-ai/langgraph/commit/4d1a592f203bdff02cbbb7507ecaa54f6867bc53) update ### 📊 Changes **7 files changed** (+273 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/cloud/concepts/api.md` (+1 -1) 📝 `docs/docs/concepts/agentic_concepts.md` (+2 -2) 📝 `docs/docs/concepts/index.md` (+3 -6) 📝 `docs/docs/concepts/low_level.md` (+2 -97) ➕ `docs/docs/concepts/persistence.md` (+252 -0) 📝 `docs/docs/reference/checkpoints.md` (+12 -4) 📝 `docs/mkdocs.yml` (+1 -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-20 17:46:22 -05:00
yindo closed this issue 2026-02-20 17:46:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2137