[PR #147] [MERGED] Implement interruptAfter and interruptBefore #528

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/147
Author: @nfcampos
Created: 5/15/2024
Status: Merged
Merged: 5/16/2024
Merged by: @nfcampos

Base: mainHead: nc/15may/interrupt


📝 Commits (2)

  • 5afa2f1 Implement interruptAfter and interruptBefore
  • 6ba68b7 Stricter types

📊 Changes

8 files changed (+193 additions, -158 deletions)

View changed files

📝 langgraph/src/channels/base.ts (+3 -3)
📝 langgraph/src/checkpoint/base.ts (+10 -3)
📝 langgraph/src/pregel/debug.ts (+5 -3)
📝 langgraph/src/pregel/index.ts (+113 -92)
📝 langgraph/src/pregel/io.ts (+8 -9)
📝 langgraph/src/pregel/types.ts (+15 -15)
📝 langgraph/src/tests/pregel.io.test.ts (+12 -2)
📝 langgraph/src/tests/pregel.test.ts (+27 -31)

📄 Description

  • moar types

Fixes # (issue)


🔄 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/147 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 5/15/2024 **Status:** ✅ Merged **Merged:** 5/16/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/15may/interrupt` --- ### 📝 Commits (2) - [`5afa2f1`](https://github.com/langchain-ai/langgraphjs/commit/5afa2f1832271fb02b7d9cf9e03c68e52df8448f) Implement interruptAfter and interruptBefore - [`6ba68b7`](https://github.com/langchain-ai/langgraphjs/commit/6ba68b7efc53c17b87914fc460fa905609a8efaa) Stricter types ### 📊 Changes **8 files changed** (+193 additions, -158 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/src/channels/base.ts` (+3 -3) 📝 `langgraph/src/checkpoint/base.ts` (+10 -3) 📝 `langgraph/src/pregel/debug.ts` (+5 -3) 📝 `langgraph/src/pregel/index.ts` (+113 -92) 📝 `langgraph/src/pregel/io.ts` (+8 -9) 📝 `langgraph/src/pregel/types.ts` (+15 -15) 📝 `langgraph/src/tests/pregel.io.test.ts` (+12 -2) 📝 `langgraph/src/tests/pregel.test.ts` (+27 -31) </details> ### 📄 Description - moar types <!-- Thank you for contributing to LangGraph.js! Your PR will appear in our next release under the title you set above. Please make sure it highlights your valuable contribution. To help streamline the review process, please make sure you read our contribution guidelines: https://github.com/langchain-ai/langgraphjs/blob/main/CONTRIBUTING.md Replace this block with a description of the change, the issue it fixes (if applicable), and relevant context. Finally, we'd love to show appreciation for your contribution - if you'd like us to shout you out on Twitter, please also include your handle below! --> <!-- Remove if not applicable --> Fixes # (issue) --- <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:14:56 -05:00
yindo closed this issue 2026-02-15 19:14:56 -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#528