[PR #1414] [MERGED] Combine channel and managed values manager #2053

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1414
Author: @nfcampos
Created: 8/21/2024
Status: Merged
Merged: 8/21/2024
Merged by: @nfcampos

Base: mainHead: nc/21aug/combine-managers


📝 Commits (1)

  • e76f4cc Combine channel and managed values manager

📊 Changes

10 files changed (+213 additions, -227 deletions)

View changed files

libs/langgraph/langgraph/channels/manager.py (+0 -39)
📝 libs/langgraph/langgraph/graph/state.py (+13 -12)
📝 libs/langgraph/langgraph/managed/base.py (+1 -49)
📝 libs/langgraph/langgraph/pregel/__init__.py (+37 -71)
📝 libs/langgraph/langgraph/pregel/algo.py (+8 -15)
📝 libs/langgraph/langgraph/pregel/loop.py (+46 -33)
libs/langgraph/langgraph/pregel/manager.py (+104 -0)
📝 libs/langgraph/langgraph/pregel/read.py (+1 -2)
📝 libs/langgraph/pyproject.toml (+1 -1)
📝 libs/langgraph/tests/test_algo.py (+2 -5)

📄 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/1414 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 8/21/2024 **Status:** ✅ Merged **Merged:** 8/21/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/21aug/combine-managers` --- ### 📝 Commits (1) - [`e76f4cc`](https://github.com/langchain-ai/langgraph/commit/e76f4cc434f0d3a631222db2c4bdc00a77a9af03) Combine channel and managed values manager ### 📊 Changes **10 files changed** (+213 additions, -227 deletions) <details> <summary>View changed files</summary> ➖ `libs/langgraph/langgraph/channels/manager.py` (+0 -39) 📝 `libs/langgraph/langgraph/graph/state.py` (+13 -12) 📝 `libs/langgraph/langgraph/managed/base.py` (+1 -49) 📝 `libs/langgraph/langgraph/pregel/__init__.py` (+37 -71) 📝 `libs/langgraph/langgraph/pregel/algo.py` (+8 -15) 📝 `libs/langgraph/langgraph/pregel/loop.py` (+46 -33) ➕ `libs/langgraph/langgraph/pregel/manager.py` (+104 -0) 📝 `libs/langgraph/langgraph/pregel/read.py` (+1 -2) 📝 `libs/langgraph/pyproject.toml` (+1 -1) 📝 `libs/langgraph/tests/test_algo.py` (+2 -5) </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:11 -05:00
yindo closed this issue 2026-02-20 17:46:11 -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#2053