[PR #203] [CLOSED] WIP debug mode #1295

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/203
Author: @nfcampos
Created: 3/13/2024
Status: Closed

Base: mainHead: nc/13mar/debug-mode


📝 Commits (1)

📊 Changes

5 files changed (+220 additions, -95 deletions)

View changed files

📝 examples/human-in-the-loop.ipynb (+161 -82)
📝 langgraph/graph/graph.py (+10 -2)
📝 langgraph/graph/state.py (+36 -8)
📝 langgraph/pregel/debug.py (+12 -2)
📝 langgraph/pregel/write.py (+1 -1)

📄 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/langgraph/pull/203 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 3/13/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `nc/13mar/debug-mode` --- ### 📝 Commits (1) - [`3f1ee5f`](https://github.com/langchain-ai/langgraph/commit/3f1ee5f6e373108a1a9273bb4fac9b38bcef92c5) WIP debug mode ### 📊 Changes **5 files changed** (+220 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `examples/human-in-the-loop.ipynb` (+161 -82) 📝 `langgraph/graph/graph.py` (+10 -2) 📝 `langgraph/graph/state.py` (+36 -8) 📝 `langgraph/pregel/debug.py` (+12 -2) 📝 `langgraph/pregel/write.py` (+1 -1) </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-20 17:44:23 -05:00
yindo closed this issue 2026-02-20 17:44:23 -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#1295