[PR #23] [MERGED] Nc/checkpoint #1179

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/23
Author: @nfcampos
Created: 12/28/2023
Status: Merged
Merged: 1/1/2024
Merged by: @nfcampos

Base: mainHead: nc/checkpoint


📝 Commits (6)

📊 Changes

17 files changed (+476 additions, -293 deletions)

View changed files

📝 examples/draft-revise-loop.py (+2 -2)
📝 examples/rag.py (+2 -2)
📝 examples/recursive-web-loader.py (+3 -3)
📝 permchain/channels/base.py (+36 -20)
📝 permchain/checkpoint/base.py (+35 -8)
📝 permchain/checkpoint/memory.py (+7 -9)
📝 permchain/constants.py (+0 -2)
📝 permchain/pregel/__init__.py (+163 -87)
📝 permchain/pregel/debug.py (+2 -2)
📝 permchain/pregel/io.py (+8 -5)
📝 permchain/pregel/read.py (+7 -2)
📝 permchain/pregel/validate.py (+0 -10)
📝 permchain/pregel/write.py (+2 -2)
📝 poetry.lock (+117 -116)
📝 pyproject.toml (+2 -1)
📝 tests/test_pregel.py (+45 -11)
📝 tests/test_pregel_async.py (+45 -11)

📄 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/23 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 12/28/2023 **Status:** ✅ Merged **Merged:** 1/1/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/checkpoint` --- ### 📝 Commits (6) - [`b1b68cd`](https://github.com/langchain-ai/langgraph/commit/b1b68cde9473847b153e907bdfe659931e65e90c) WIP - [`d1572af`](https://github.com/langchain-ai/langgraph/commit/d1572afd49c010d6925f0b8614176e1d0381af57) Update _atransform - [`82741a6`](https://github.com/langchain-ai/langgraph/commit/82741a6dcc11a790a728e89ce8e15a141dd3961e) Implement .step() and .astep() - [`b8de895`](https://github.com/langchain-ai/langgraph/commit/b8de895f6b736a7506b40e4029a7b11e38ca34e5) Lint - [`476cc90`](https://github.com/langchain-ai/langgraph/commit/476cc90ef77ca2d239951d47bea8c70df34e1236) Lint - [`58b9502`](https://github.com/langchain-ai/langgraph/commit/58b95028727cb1ba8b8fc8adf5989d3f1d93d687) Update to langchain core ### 📊 Changes **17 files changed** (+476 additions, -293 deletions) <details> <summary>View changed files</summary> 📝 `examples/draft-revise-loop.py` (+2 -2) 📝 `examples/rag.py` (+2 -2) 📝 `examples/recursive-web-loader.py` (+3 -3) 📝 `permchain/channels/base.py` (+36 -20) 📝 `permchain/checkpoint/base.py` (+35 -8) 📝 `permchain/checkpoint/memory.py` (+7 -9) 📝 `permchain/constants.py` (+0 -2) 📝 `permchain/pregel/__init__.py` (+163 -87) 📝 `permchain/pregel/debug.py` (+2 -2) 📝 `permchain/pregel/io.py` (+8 -5) 📝 `permchain/pregel/read.py` (+7 -2) 📝 `permchain/pregel/validate.py` (+0 -10) 📝 `permchain/pregel/write.py` (+2 -2) 📝 `poetry.lock` (+117 -116) 📝 `pyproject.toml` (+2 -1) 📝 `tests/test_pregel.py` (+45 -11) 📝 `tests/test_pregel_async.py` (+45 -11) </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:44:07 -05:00
yindo closed this issue 2026-02-20 17:44:07 -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#1179