[PR #27] [MERGED] .stream() defaults to yielding output from all channels #1181

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

📋 Pull Request Information

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

Base: mainHead: nc/stream-all-channels


📝 Commits (1)

  • 5799b80 .stream() defaults to yielding output from all channels

📊 Changes

3 files changed (+47 additions, -28 deletions)

View changed files

📝 langgraph/pregel/__init__.py (+14 -4)
📝 tests/test_pregel.py (+15 -12)
📝 tests/test_pregel_async.py (+18 -12)

📄 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/27 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 1/7/2024 **Status:** ✅ Merged **Merged:** 1/7/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/stream-all-channels` --- ### 📝 Commits (1) - [`5799b80`](https://github.com/langchain-ai/langgraph/commit/5799b80261c83db3a74c2a152fed314b24a9dff0) .stream() defaults to yielding output from all channels ### 📊 Changes **3 files changed** (+47 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/pregel/__init__.py` (+14 -4) 📝 `tests/test_pregel.py` (+15 -12) 📝 `tests/test_pregel_async.py` (+18 -12) </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:07 -05:00
yindo closed this issue 2026-02-20 17:44:07 -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#1181