[PR #295] [MERGED] Support stream_mode=updates in invoke() #1367

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/295
Author: @nfcampos
Created: 4/10/2024
Status: Merged
Merged: 4/10/2024
Merged by: @nfcampos

Base: mainHead: nc/10apr/add-invoke-updates-mode


📝 Commits (1)

  • 8788a6a Support stream_mode=updates in invoke()

📊 Changes

2 files changed (+115 additions, -8 deletions)

View changed files

📝 langgraph/pregel/__init__.py (+28 -8)
📝 tests/test_pregel.py (+87 -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/295 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 4/10/2024 **Status:** ✅ Merged **Merged:** 4/10/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/10apr/add-invoke-updates-mode` --- ### 📝 Commits (1) - [`8788a6a`](https://github.com/langchain-ai/langgraph/commit/8788a6adfbf6bb3245dd9b04f3f34cd5b6fe0210) Support stream_mode=updates in invoke() ### 📊 Changes **2 files changed** (+115 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/pregel/__init__.py` (+28 -8) 📝 `tests/test_pregel.py` (+87 -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:33 -05:00
yindo closed this issue 2026-02-20 17:44:33 -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#1367