[PR #12] [MERGED] Move subscribe/write cls methods to Channel #1171

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/12
Author: @nfcampos
Created: 10/23/2023
Status: Merged
Merged: 10/23/2023
Merged by: @nfcampos

Base: mainHead: nc/channel-cls-methods


📝 Commits (1)

  • dbe8c13 Move subscribe/write cls methods to Channel

📊 Changes

12 files changed (+307 additions, -271 deletions)

View changed files

📝 README.md (+5 -4)
📝 examples/combine_docs.ipynb (+13 -12)
📝 examples/draft-revise-loop.py (+11 -10)
📝 examples/readme.py (+5 -4)
📝 examples/recursive-web-loader.py (+10 -9)
📝 permchain/__init__.py (+2 -3)
📝 permchain/pregel/__init__.py (+50 -48)
📝 permchain/pregel/read.py (+1 -1)
📝 permchain/pregel/validate.py (+1 -1)
📝 tests/test_channels.py (+16 -12)
📝 tests/test_pregel.py (+99 -86)
📝 tests/test_pregel_async.py (+94 -81)

📄 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/12 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 10/23/2023 **Status:** ✅ Merged **Merged:** 10/23/2023 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/channel-cls-methods` --- ### 📝 Commits (1) - [`dbe8c13`](https://github.com/langchain-ai/langgraph/commit/dbe8c1362f47af09980f0bebdbd97a30a187e5ee) Move subscribe/write cls methods to Channel ### 📊 Changes **12 files changed** (+307 additions, -271 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -4) 📝 `examples/combine_docs.ipynb` (+13 -12) 📝 `examples/draft-revise-loop.py` (+11 -10) 📝 `examples/readme.py` (+5 -4) 📝 `examples/recursive-web-loader.py` (+10 -9) 📝 `permchain/__init__.py` (+2 -3) 📝 `permchain/pregel/__init__.py` (+50 -48) 📝 `permchain/pregel/read.py` (+1 -1) 📝 `permchain/pregel/validate.py` (+1 -1) 📝 `tests/test_channels.py` (+16 -12) 📝 `tests/test_pregel.py` (+99 -86) 📝 `tests/test_pregel_async.py` (+94 -81) </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#1171