[PR #526] [MERGED] Add support for requesting multiple stream modes in same stream/astream call #1520

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/526
Author: @nfcampos
Created: 5/22/2024
Status: Merged
Merged: 5/22/2024
Merged by: @nfcampos

Base: mainHead: nc/22may/multi-stream-mode


📝 Commits (2)

  • 24d130d Add support for requesting multiple stream modes in same stream/astream call
  • 51186ba Sort

📊 Changes

4 files changed (+527 additions, -45 deletions)

View changed files

📝 langgraph/pregel/__init__.py (+98 -43)
📝 langgraph/pregel/debug.py (+2 -2)
📝 tests/test_pregel.py (+213 -0)
📝 tests/test_pregel_async.py (+214 -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/526 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 5/22/2024 **Status:** ✅ Merged **Merged:** 5/22/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/22may/multi-stream-mode` --- ### 📝 Commits (2) - [`24d130d`](https://github.com/langchain-ai/langgraph/commit/24d130d407ec5eeb6a1f02c83c3a964503e43d52) Add support for requesting multiple stream modes in same stream/astream call - [`51186ba`](https://github.com/langchain-ai/langgraph/commit/51186ba66fadb05f10b5114c04bc116b15619cb7) Sort ### 📊 Changes **4 files changed** (+527 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/pregel/__init__.py` (+98 -43) 📝 `langgraph/pregel/debug.py` (+2 -2) 📝 `tests/test_pregel.py` (+213 -0) 📝 `tests/test_pregel_async.py` (+214 -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:44:56 -05:00
yindo closed this issue 2026-02-20 17:44:56 -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#1520