[PR #458] [MERGED] langgraph[minor]: Log warning if NodeInterrupt is thrown in conditional edge #776

Closed
opened 2026-02-15 19:15:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/458
Author: @bracesproul
Created: 9/4/2024
Status: Merged
Merged: 9/18/2024
Merged by: @bracesproul

Base: mainHead: brace/warn-interrupt-in-conditional-edge


📝 Commits (5)

📊 Changes

2 files changed (+63 additions, -3 deletions)

View changed files

📝 libs/langgraph/src/graph/graph.ts (+16 -3)
📝 libs/langgraph/src/tests/pregel.test.ts (+47 -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/langgraphjs/pull/458 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 9/4/2024 **Status:** ✅ Merged **Merged:** 9/18/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/warn-interrupt-in-conditional-edge` --- ### 📝 Commits (5) - [`1e8db1f`](https://github.com/langchain-ai/langgraphjs/commit/1e8db1fc9aee2ca62291b57089239b10d33a9f3f) langgraph[minor]: Log warning if NodeInterrupt is thrown in conditional edge - [`03e0157`](https://github.com/langchain-ai/langgraphjs/commit/03e01578172bf9743c4efcc96703083f49d765a2) Merge branch 'main' into brace/warn-interrupt-in-conditional-edge - [`e9043e5`](https://github.com/langchain-ai/langgraphjs/commit/e9043e5f606c3c23c29f608b783f3aae9ebae33f) Merge branch 'main' of https://github.com/langchain-ai/langgraphjs into brace/warn-interrupt-in-conditional-edge - [`8e8ea11`](https://github.com/langchain-ai/langgraphjs/commit/8e8ea114c999bf8496ca28856fc89c2890a63303) cr - [`35de973`](https://github.com/langchain-ai/langgraphjs/commit/35de9738449bf07928beb38af93c2e3c30afdd66) chore: lint files ### 📊 Changes **2 files changed** (+63 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/graph/graph.ts` (+16 -3) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+47 -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-15 19:15:51 -05:00
yindo closed this issue 2026-02-15 19:15:51 -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#776