[PR #1598] [MERGED] Move runner code to standalone class, use in Pregel.stream/astream #2177

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

📋 Pull Request Information

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

Base: mainHead: nc/3sep/runner


📝 Commits (4)

  • e150193 Avoid deepcopy
  • b99a101 Add large parallel graph test
  • 0d51c86 Move runner code to standalone class, use in Pregel.stream/astream
  • e42e1a9 Fix test

📊 Changes

5 files changed (+312 additions, -278 deletions)

View changed files

📝 libs/langgraph/langgraph/pregel/__init__.py (+40 -228)
📝 libs/langgraph/langgraph/pregel/loop.py (+71 -40)
libs/langgraph/langgraph/pregel/runner.py (+193 -0)
📝 libs/langgraph/tests/test_pregel.py (+4 -4)
📝 libs/langgraph/tests/test_pregel_async.py (+4 -6)

📄 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/1598 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/4/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/3sep/runner` --- ### 📝 Commits (4) - [`e150193`](https://github.com/langchain-ai/langgraph/commit/e15019349181da6b71980a74a62c1efafc1c35fc) Avoid deepcopy - [`b99a101`](https://github.com/langchain-ai/langgraph/commit/b99a101b2c0c807ac2ed13bb0e426c7f64e46e2f) Add large parallel graph test - [`0d51c86`](https://github.com/langchain-ai/langgraph/commit/0d51c8614daf9cb61acb96b4049c6cba6102d4f2) Move runner code to standalone class, use in Pregel.stream/astream - [`e42e1a9`](https://github.com/langchain-ai/langgraph/commit/e42e1a9f6bc0b02bf582be4ef2f3cf4ffe3524cd) Fix test ### 📊 Changes **5 files changed** (+312 additions, -278 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/pregel/__init__.py` (+40 -228) 📝 `libs/langgraph/langgraph/pregel/loop.py` (+71 -40) ➕ `libs/langgraph/langgraph/pregel/runner.py` (+193 -0) 📝 `libs/langgraph/tests/test_pregel.py` (+4 -4) 📝 `libs/langgraph/tests/test_pregel_async.py` (+4 -6) </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:27 -05:00
yindo closed this issue 2026-02-20 17:46:28 -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#2177