[PR #102] [MERGED] Add interrupt_after arg to .compile() #1241

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

📋 Pull Request Information

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

Base: mainHead: nc/10feb/interrupt-after


📝 Commits (1)

  • f1523f3 Add interrupt_after arg to .compile()

📊 Changes

2 files changed (+16 additions, -8 deletions)

View changed files

📝 langgraph/graph/graph.py (+8 -4)
📝 langgraph/graph/state.py (+8 -4)

📄 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/102 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 2/10/2024 **Status:** ✅ Merged **Merged:** 2/10/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/10feb/interrupt-after` --- ### 📝 Commits (1) - [`f1523f3`](https://github.com/langchain-ai/langgraph/commit/f1523f3e8dc35bed5128187456379cee6524afe4) Add interrupt_after arg to .compile() ### 📊 Changes **2 files changed** (+16 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/graph.py` (+8 -4) 📝 `langgraph/graph/state.py` (+8 -4) </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:15 -05:00
yindo closed this issue 2026-02-20 17:44:15 -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#1241