[PR #9] [MERGED] Harrison/pregel combine #1166

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/9
Author: @hwchase17
Created: 10/13/2023
Status: Merged
Merged: 10/23/2023
Merged by: @nfcampos

Base: mainHead: harrison/pregel-combine


📝 Commits (3)

📊 Changes

11 files changed (+552 additions, -156 deletions)

View changed files

examples/combine_docs.ipynb (+368 -0)
📝 examples/draft-revise-loop.py (+8 -6)
📝 examples/readme.py (+2 -2)
📝 examples/recursive-web-loader.py (+10 -9)
📝 permchain/__init__.py (+3 -2)
📝 permchain/channels/__init__.py (+0 -4)
📝 permchain/pregel/__init__.py (+29 -3)
📝 permchain/pregel/validate.py (+4 -5)
📝 tests/test_channels.py (+27 -26)
📝 tests/test_pregel.py (+52 -51)
📝 tests/test_pregel_async.py (+49 -48)

📄 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/9 **Author:** [@hwchase17](https://github.com/hwchase17) **Created:** 10/13/2023 **Status:** ✅ Merged **Merged:** 10/23/2023 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `harrison/pregel-combine` --- ### 📝 Commits (3) - [`d014b13`](https://github.com/langchain-ai/langgraph/commit/d014b13d6f7f3619e72a1ba097ed390bd000a944) combine docs notebook - [`1e08395`](https://github.com/langchain-ai/langgraph/commit/1e083958102aaebca9a620b71fa7d69e5dee5e35) WIP - [`49ff5e2`](https://github.com/langchain-ai/langgraph/commit/49ff5e2eab3f4bc25c17f0c41f89a6a447d83aa7) Implement reduce chain ### 📊 Changes **11 files changed** (+552 additions, -156 deletions) <details> <summary>View changed files</summary> ➕ `examples/combine_docs.ipynb` (+368 -0) 📝 `examples/draft-revise-loop.py` (+8 -6) 📝 `examples/readme.py` (+2 -2) 📝 `examples/recursive-web-loader.py` (+10 -9) 📝 `permchain/__init__.py` (+3 -2) 📝 `permchain/channels/__init__.py` (+0 -4) 📝 `permchain/pregel/__init__.py` (+29 -3) 📝 `permchain/pregel/validate.py` (+4 -5) 📝 `tests/test_channels.py` (+27 -26) 📝 `tests/test_pregel.py` (+52 -51) 📝 `tests/test_pregel_async.py` (+49 -48) </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:05 -05:00
yindo closed this issue 2026-02-20 17:44:05 -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#1166