[PR #775] [MERGED] feat(langgraph): Add interrupt schema to library #1002

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/775
Author: @bracesproul
Created: 1/7/2025
Status: Merged
Merged: 1/13/2025
Merged by: @bracesproul

Base: mainHead: brace/interrupt-schema


📝 Commits (6)

📊 Changes

2 files changed (+66 additions, -0 deletions)

View changed files

📝 libs/langgraph/src/prebuilt/index.ts (+6 -0)
libs/langgraph/src/prebuilt/interrupt.ts (+60 -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/775 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 1/7/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/interrupt-schema` --- ### 📝 Commits (6) - [`40ecb64`](https://github.com/langchain-ai/langgraphjs/commit/40ecb6442c9f8f3a5e73c66190046c2c6e16f83e) feat: Add interrupt schema to library - [`70c39cf`](https://github.com/langchain-ai/langgraphjs/commit/70c39cf4af3f83a0d6071d171132075639f99fb5) chore: lint files - [`842a646`](https://github.com/langchain-ai/langgraphjs/commit/842a646c969f36ddb390a86338bd1688da27f718) chore: lint files - [`c542e42`](https://github.com/langchain-ai/langgraphjs/commit/c542e42634be5c638b6a436d85fe2b79de863004) cr - [`01d3cd9`](https://github.com/langchain-ai/langgraphjs/commit/01d3cd92defa4c4294e65110bb339b864dfcd7c7) move to prebuilt - [`5b5bc07`](https://github.com/langchain-ai/langgraphjs/commit/5b5bc075182bc44930b38b28597cde1d5765e3bb) cr ### 📊 Changes **2 files changed** (+66 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/prebuilt/index.ts` (+6 -0) ➕ `libs/langgraph/src/prebuilt/interrupt.ts` (+60 -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:45 -05:00
yindo closed this issue 2026-02-15 19:16:45 -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#1002