[PR #1343] [MERGED] fix(langgraph): fail fast when interrupt is called without checkpointer #1389

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1343
Author: @dqbd
Created: 7/4/2025
Status: Merged
Merged: 7/7/2025
Merged by: @dqbd

Base: mainHead: dqbd/interrupt-bail-fast


📝 Commits (2)

  • 52d35e5 fix(langgraph): fail fast when interrupt is called without checkpointer
  • 5a486c1 Fix tests

📊 Changes

6 files changed (+77 additions, -121 deletions)

View changed files

📝 libs/langgraph/src/interrupt.ts (+9 -2)
📝 libs/langgraph/src/pregel/index.ts (+1 -1)
📝 libs/langgraph/src/pregel/retry.ts (+7 -0)
📝 libs/langgraph/src/tests/pregel.test.ts (+38 -40)
📝 libs/langgraph/src/tests/python_port/checkpoint.test.ts (+7 -20)
📝 libs/langgraph/src/tests/python_port/interrupt.test.ts (+15 -58)

📄 Description

Closes devX: fail fast on interrupts with no checkpointer #796


🔄 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/langgraphjs/pull/1343 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/4/2025 **Status:** ✅ Merged **Merged:** 7/7/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/interrupt-bail-fast` --- ### 📝 Commits (2) - [`52d35e5`](https://github.com/langchain-ai/langgraphjs/commit/52d35e55f2fa890d2e874076d03915e3611b97dc) fix(langgraph): fail fast when interrupt is called without checkpointer - [`5a486c1`](https://github.com/langchain-ai/langgraphjs/commit/5a486c114d7acbba79e682324e5fff555b7c4265) Fix tests ### 📊 Changes **6 files changed** (+77 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/interrupt.ts` (+9 -2) 📝 `libs/langgraph/src/pregel/index.ts` (+1 -1) 📝 `libs/langgraph/src/pregel/retry.ts` (+7 -0) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+38 -40) 📝 `libs/langgraph/src/tests/python_port/checkpoint.test.ts` (+7 -20) 📝 `libs/langgraph/src/tests/python_port/interrupt.test.ts` (+15 -58) </details> ### 📄 Description Closes devX: fail fast on interrupts with no checkpointer #796 --- <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-15 20:15:34 -05:00
yindo closed this issue 2026-02-15 20:15:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1389