[PR #367] [MERGED] Implement interrupt_before=* and interrupt_after=* #1416

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

📋 Pull Request Information

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

Base: mainHead: nc/30apr/interrupt-before-all


📝 Commits (2)

  • afa6a91 Implement interrupt_before=* and interrupt_after=*
  • 280839b Try to avoid using deprecated method

📊 Changes

8 files changed (+269 additions, -59 deletions)

View changed files

📝 langgraph/graph/graph.py (+15 -9)
📝 langgraph/graph/state.py (+15 -9)
📝 langgraph/pregel/__init__.py (+32 -22)
📝 langgraph/pregel/types.py (+4 -1)
📝 langgraph/pregel/validate.py (+11 -8)
📝 langgraph/serde/jsonplus.py (+7 -1)
📝 tests/__snapshots__/test_pregel.ambr (+8 -8)
📝 tests/test_pregel.py (+177 -1)

📄 Description

  • This interrupts execution before/after all nodes

🔄 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/367 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 4/30/2024 **Status:** ✅ Merged **Merged:** 4/30/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/30apr/interrupt-before-all` --- ### 📝 Commits (2) - [`afa6a91`](https://github.com/langchain-ai/langgraph/commit/afa6a91934156754c414e951bacf5397f3c2cda9) Implement interrupt_before=* and interrupt_after=* - [`280839b`](https://github.com/langchain-ai/langgraph/commit/280839b9dfffdf7e137bbaa8ed1cc44d5974a603) Try to avoid using deprecated method ### 📊 Changes **8 files changed** (+269 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/graph.py` (+15 -9) 📝 `langgraph/graph/state.py` (+15 -9) 📝 `langgraph/pregel/__init__.py` (+32 -22) 📝 `langgraph/pregel/types.py` (+4 -1) 📝 `langgraph/pregel/validate.py` (+11 -8) 📝 `langgraph/serde/jsonplus.py` (+7 -1) 📝 `tests/__snapshots__/test_pregel.ambr` (+8 -8) 📝 `tests/test_pregel.py` (+177 -1) </details> ### 📄 Description - This interrupts execution before/after all nodes --- <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:40 -05:00
yindo closed this issue 2026-02-20 17:44:40 -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#1416