[PR #1204] [MERGED] Add interrupt info to graph repr #1943

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

📋 Pull Request Information

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

Base: mainHead: nc/2aug/graph-metadata-interrupt


📝 Commits (2)

📊 Changes

3 files changed (+103 additions, -2 deletions)

View changed files

📝 libs/langgraph/langgraph/graph/graph.py (+7 -2)
📝 libs/langgraph/tests/__snapshots__/test_pregel.ambr (+93 -0)
📝 libs/langgraph/tests/test_pregel.py (+3 -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/langgraph/pull/1204 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 8/2/2024 **Status:** ✅ Merged **Merged:** 8/2/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/2aug/graph-metadata-interrupt` --- ### 📝 Commits (2) - [`b1d0dba`](https://github.com/langchain-ai/langgraph/commit/b1d0dbac77b874d8bc6ae5b5f0ad3fe801fca261) Add interrupt info to graph repr - [`c30e80d`](https://github.com/langchain-ai/langgraph/commit/c30e80df679f52e28bc50da62008ca2d97c2264a) Add missing ### 📊 Changes **3 files changed** (+103 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/graph/graph.py` (+7 -2) 📝 `libs/langgraph/tests/__snapshots__/test_pregel.ambr` (+93 -0) 📝 `libs/langgraph/tests/test_pregel.py` (+3 -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-20 17:45:55 -05:00
yindo closed this issue 2026-02-20 17:45:55 -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#1943