[PR #698] [MERGED] fix(langgraph): Add test for subgraph interrupts & resume with Command #942

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/698
Author: @bracesproul
Created: 12/2/2024
Status: Merged
Merged: 12/2/2024
Merged by: @bracesproul

Base: mainHead: brace/subgraph-interrupts


📝 Commits (3)

  • 4b26026 fix(langgraph): Add test for subgraph interrupts & resume with Command
  • 8cb6bd6 chore: lint files
  • 9519e9f Implement support for interrupt/resume in subgraphs

📊 Changes

2 files changed (+72 additions, -2 deletions)

View changed files

📝 libs/langgraph/src/pregel/algo.ts (+6 -2)
📝 libs/langgraph/src/tests/pregel.test.ts (+66 -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/698 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 12/2/2024 **Status:** ✅ Merged **Merged:** 12/2/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/subgraph-interrupts` --- ### 📝 Commits (3) - [`4b26026`](https://github.com/langchain-ai/langgraphjs/commit/4b26026737675015b10d34e2b82302ccfbc5fcfe) fix(langgraph): Add test for subgraph interrupts & resume with Command - [`8cb6bd6`](https://github.com/langchain-ai/langgraphjs/commit/8cb6bd647dec2847b516c33032e7b8e1f032353e) chore: lint files - [`9519e9f`](https://github.com/langchain-ai/langgraphjs/commit/9519e9fcdfcb691fbf4952fc9476aefb14b13e63) Implement support for interrupt/resume in subgraphs ### 📊 Changes **2 files changed** (+72 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/algo.ts` (+6 -2) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+66 -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:16:29 -05:00
yindo closed this issue 2026-02-15 19:16:29 -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#942