[PR #1265] [MERGED] Include in stream output all nodes ran, even if they returned no writes to state keys #1983

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

📋 Pull Request Information

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

Base: mainHead: nc/7aug/stream-nodes-wout-writes


📝 Commits (1)

  • 281c97b Include in stream output all nodes ran, even if they returned no writes to state keys

📊 Changes

4 files changed (+42 additions, -20 deletions)

View changed files

📝 libs/langgraph/langgraph/pregel/io.py (+15 -19)
📝 libs/langgraph/tests/__snapshots__/test_pregel.ambr (+1 -0)
📝 libs/langgraph/tests/test_pregel.py (+19 -1)
📝 libs/langgraph/tests/test_pregel_async.py (+7 -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/1265 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 8/7/2024 **Status:** ✅ Merged **Merged:** 8/7/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/7aug/stream-nodes-wout-writes` --- ### 📝 Commits (1) - [`281c97b`](https://github.com/langchain-ai/langgraph/commit/281c97b9e568a1609a26ffd09695b85f1b0d13ba) Include in stream output all nodes ran, even if they returned no writes to state keys ### 📊 Changes **4 files changed** (+42 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/pregel/io.py` (+15 -19) 📝 `libs/langgraph/tests/__snapshots__/test_pregel.ambr` (+1 -0) 📝 `libs/langgraph/tests/test_pregel.py` (+19 -1) 📝 `libs/langgraph/tests/test_pregel_async.py` (+7 -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:46:00 -05:00
yindo closed this issue 2026-02-20 17:46:01 -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#1983