[PR #1420] [MERGED] Add interrupts and errors to debug stream mode #2062

Closed
opened 2026-02-20 17:46:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1420
Author: @nfcampos
Created: 8/21/2024
Status: Merged
Merged: 8/21/2024
Merged by: @nfcampos

Base: mainHead: nc/21aug/debug-mode-interrupts-errors


📝 Commits (2)

  • d85e267 Add interrupts and errors to debug stream mode
  • d674195 Remove error

📊 Changes

6 files changed (+270 additions, -97 deletions)

View changed files

📝 libs/langgraph/langgraph/pregel/__init__.py (+49 -73)
📝 libs/langgraph/langgraph/pregel/debug.py (+12 -4)
📝 libs/langgraph/langgraph/pregel/io.py (+11 -8)
📝 libs/langgraph/langgraph/pregel/loop.py (+29 -5)
📝 libs/langgraph/tests/test_pregel.py (+21 -2)
📝 libs/langgraph/tests/test_pregel_async.py (+148 -5)

📄 Description

  • move remaining output code from Pregel.stream to PregelLoop

🔄 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/langgraph/pull/1420 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 8/21/2024 **Status:** ✅ Merged **Merged:** 8/21/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/21aug/debug-mode-interrupts-errors` --- ### 📝 Commits (2) - [`d85e267`](https://github.com/langchain-ai/langgraph/commit/d85e267a83bec2e080eae26e1e3486c39f8020d1) Add interrupts and errors to debug stream mode - [`d674195`](https://github.com/langchain-ai/langgraph/commit/d67419522dfa5350115198b8576f198cd06155fe) Remove error ### 📊 Changes **6 files changed** (+270 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/pregel/__init__.py` (+49 -73) 📝 `libs/langgraph/langgraph/pregel/debug.py` (+12 -4) 📝 `libs/langgraph/langgraph/pregel/io.py` (+11 -8) 📝 `libs/langgraph/langgraph/pregel/loop.py` (+29 -5) 📝 `libs/langgraph/tests/test_pregel.py` (+21 -2) 📝 `libs/langgraph/tests/test_pregel_async.py` (+148 -5) </details> ### 📄 Description - move remaining output code from Pregel.stream to PregelLoop --- <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-20 17:46:12 -05:00
yindo closed this issue 2026-02-20 17:46:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2062