[PR #81] [MERGED] Only execute tasks leftover from previous checkpoint when resuming with no new input #1225

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/81
Author: @nfcampos
Created: 2/4/2024
Status: Merged
Merged: 2/4/2024
Merged by: @nfcampos

Base: mainHead: nc/resume-or-restart


📝 Commits (1)

  • afa9592 Only execute tasks leftover from previous checkpoint when resuming with no new input

📊 Changes

3 files changed (+100 additions, -20 deletions)

View changed files

📝 langgraph/pregel/__init__.py (+32 -20)
📝 tests/test_pregel.py (+34 -0)
📝 tests/test_pregel_async.py (+34 -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/81 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 2/4/2024 **Status:** ✅ Merged **Merged:** 2/4/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/resume-or-restart` --- ### 📝 Commits (1) - [`afa9592`](https://github.com/langchain-ai/langgraph/commit/afa9592f6a4e3d5109ea2c309c6e6a7f291e83e0) Only execute tasks leftover from previous checkpoint when resuming with no new input ### 📊 Changes **3 files changed** (+100 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/pregel/__init__.py` (+32 -20) 📝 `tests/test_pregel.py` (+34 -0) 📝 `tests/test_pregel_async.py` (+34 -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:44:13 -05:00
yindo closed this issue 2026-02-20 17:44:13 -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#1225