[PR #220] [MERGED] Track parent relationships for checkpoints #1308

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/220
Author: @nfcampos
Created: 3/20/2024
Status: Merged
Merged: 3/20/2024
Merged by: @nfcampos

Base: mainHead: nc/trach-checkpoint-parent


📝 Commits (1)

  • 3bfac1f Track parent relationships for checkpoints

📊 Changes

5 files changed (+91 additions, -23 deletions)

View changed files

📝 langgraph/checkpoint/aiosqlite.py (+31 -7)
📝 langgraph/checkpoint/base.py (+1 -0)
📝 langgraph/checkpoint/sqlite.py (+36 -7)
📝 langgraph/pregel/__init__.py (+22 -8)
📝 tests/memory_assert.py (+1 -1)

📄 Description

  • This enables building "branching" views of checkpoint history

🔄 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/220 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 3/20/2024 **Status:** ✅ Merged **Merged:** 3/20/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/trach-checkpoint-parent` --- ### 📝 Commits (1) - [`3bfac1f`](https://github.com/langchain-ai/langgraph/commit/3bfac1f4905e0e449bbbbf521de20da1d04cfd3c) Track parent relationships for checkpoints ### 📊 Changes **5 files changed** (+91 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/checkpoint/aiosqlite.py` (+31 -7) 📝 `langgraph/checkpoint/base.py` (+1 -0) 📝 `langgraph/checkpoint/sqlite.py` (+36 -7) 📝 `langgraph/pregel/__init__.py` (+22 -8) 📝 `tests/memory_assert.py` (+1 -1) </details> ### 📄 Description - This enables building "branching" views of checkpoint history --- <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:44:25 -05:00
yindo closed this issue 2026-02-20 17:44:25 -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#1308