[PR #1445] [MERGED] feat(langgraph): cleanup of interrupt interface #1465

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

📋 Pull Request Information

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

Base: 0.4Head: dqbd/interrupt_aliasing


📝 Commits (8)

📊 Changes

12 files changed (+58 additions, -374 deletions)

View changed files

.changeset/moody-shrimps-visit.md (+5 -0)
📝 libs/langgraph-api/tests/api.test.mts (+2 -6)
libs/langgraph-api/tests/graphs/package.json (+0 -7)
libs/langgraph-api/tests/graphs/yarn.lock (+0 -174)
📝 libs/langgraph/src/constants.ts (+1 -5)
📝 libs/langgraph/src/errors.ts (+1 -1)
📝 libs/langgraph/src/interrupt.ts (+3 -12)
📝 libs/langgraph/src/tests/func.test.ts (+13 -80)
📝 libs/langgraph/src/tests/pregel.test.ts (+10 -38)
📝 libs/langgraph/src/tests/python_port/checkpoint.test.ts (+15 -13)
📝 libs/langgraph/src/tests/python_port/graph_structure.test.ts (+2 -8)
📝 libs/langgraph/src/tests/python_port/interrupt.test.ts (+6 -30)

📄 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/1445 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/24/2025 **Status:** ✅ Merged **Merged:** 7/25/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `0.4` ← **Head:** `dqbd/interrupt_aliasing` --- ### 📝 Commits (8) - [`f63fe3c`](https://github.com/langchain-ai/langgraphjs/commit/f63fe3c762a019c6e57e5d61675f0f19fd58a946) feat(langgraph): cleanup of interrupt interface - [`acbef7a`](https://github.com/langchain-ai/langgraphjs/commit/acbef7a8a33cdff822ef4bb87b8628629bf02c69) Cleanup - [`8261234`](https://github.com/langchain-ai/langgraphjs/commit/8261234007cb3f9c9176da1bc15cce5e05e34ea1) Create moody-shrimps-visit.md - [`93dbf10`](https://github.com/langchain-ai/langgraphjs/commit/93dbf1049b3a5d5ddbb8e9b74126a84300198f80) Add additional check - [`c791a1c`](https://github.com/langchain-ai/langgraphjs/commit/c791a1ce62657a6ca32ac74d48bb23c9e1219f8c) remove getter - [`cf3e4b1`](https://github.com/langchain-ai/langgraphjs/commit/cf3e4b19a58a85cd10a24574cd72c65f9285d513) Fix tests - [`ed5b9e9`](https://github.com/langchain-ai/langgraphjs/commit/ed5b9e9ca939722cf688988a01607f4b395e3eec) Test against latest `@langchain/langgraph` - [`763f5a4`](https://github.com/langchain-ai/langgraphjs/commit/763f5a44efc882343059785d1d66d055ecb07d09) Fix API tests ### 📊 Changes **12 files changed** (+58 additions, -374 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/moody-shrimps-visit.md` (+5 -0) 📝 `libs/langgraph-api/tests/api.test.mts` (+2 -6) ➖ `libs/langgraph-api/tests/graphs/package.json` (+0 -7) ➖ `libs/langgraph-api/tests/graphs/yarn.lock` (+0 -174) 📝 `libs/langgraph/src/constants.ts` (+1 -5) 📝 `libs/langgraph/src/errors.ts` (+1 -1) 📝 `libs/langgraph/src/interrupt.ts` (+3 -12) 📝 `libs/langgraph/src/tests/func.test.ts` (+13 -80) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+10 -38) 📝 `libs/langgraph/src/tests/python_port/checkpoint.test.ts` (+15 -13) 📝 `libs/langgraph/src/tests/python_port/graph_structure.test.ts` (+2 -8) 📝 `libs/langgraph/src/tests/python_port/interrupt.test.ts` (+6 -30) </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 20:15:52 -05:00
yindo closed this issue 2026-02-15 20:15:52 -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#1465