[PR #1793] [MERGED] Detect multiple subgraphs in single node #2299

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

📋 Pull Request Information

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

Base: nc/21sep/docstrings-commentsHead: nc/21sep/detect-multi-subgraphs-in-node


📝 Commits (6)

📊 Changes

13 files changed (+123 additions, -51 deletions)

View changed files

📝 libs/langgraph/langgraph/constants.py (+9 -9)
📝 libs/langgraph/langgraph/errors.py (+10 -0)
📝 libs/langgraph/langgraph/graph/graph.py (+2 -3)
📝 libs/langgraph/langgraph/graph/state.py (+3 -4)
📝 libs/langgraph/langgraph/prebuilt/chat_agent_executor.py (+2 -2)
📝 libs/langgraph/langgraph/pregel/__init__.py (+13 -19)
📝 libs/langgraph/langgraph/pregel/loop.py (+12 -0)
📝 libs/langgraph/langgraph/pregel/retry.py (+18 -8)
📝 libs/langgraph/langgraph/types.py (+16 -2)
📝 libs/langgraph/tests/test_pregel.py (+18 -2)
📝 libs/langgraph/tests/test_pregel_async.py (+17 -2)
📝 libs/langgraph/tests/test_tracing_interops.py (+1 -0)
📝 libs/scheduler-kafka/langgraph/scheduler/kafka/orchestrator.py (+2 -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/1793 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 9/21/2024 **Status:** ✅ Merged **Merged:** 9/22/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `nc/21sep/docstrings-comments` ← **Head:** `nc/21sep/detect-multi-subgraphs-in-node` --- ### 📝 Commits (6) - [`beeb2aa`](https://github.com/langchain-ai/langgraph/commit/beeb2aa8ba80a8a896ab75cd5263644d0b64e5b2) Detect multiple subgraphs in single node - [`89bb7fe`](https://github.com/langchain-ai/langgraph/commit/89bb7fe178aef7ca98f452e9b2d1a94034667107) Skip test for now - [`2fccd09`](https://github.com/langchain-ai/langgraph/commit/2fccd0958534f6266c53a331b6717c73b62e83ab) Fix - [`81a9a2f`](https://github.com/langchain-ai/langgraph/commit/81a9a2f9038716b3be8a705f07a46c5b541e7918) Use a different strategy, add test - [`644f149`](https://github.com/langchain-ai/langgraph/commit/644f14991e71ea0e5e8cf24155dd0dc6af41eb87) Fix kfka - [`74f34db`](https://github.com/langchain-ai/langgraph/commit/74f34db9e453df4097280262e54c9eb992f2a1e0) Fix sync kafka ### 📊 Changes **13 files changed** (+123 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/constants.py` (+9 -9) 📝 `libs/langgraph/langgraph/errors.py` (+10 -0) 📝 `libs/langgraph/langgraph/graph/graph.py` (+2 -3) 📝 `libs/langgraph/langgraph/graph/state.py` (+3 -4) 📝 `libs/langgraph/langgraph/prebuilt/chat_agent_executor.py` (+2 -2) 📝 `libs/langgraph/langgraph/pregel/__init__.py` (+13 -19) 📝 `libs/langgraph/langgraph/pregel/loop.py` (+12 -0) 📝 `libs/langgraph/langgraph/pregel/retry.py` (+18 -8) 📝 `libs/langgraph/langgraph/types.py` (+16 -2) 📝 `libs/langgraph/tests/test_pregel.py` (+18 -2) 📝 `libs/langgraph/tests/test_pregel_async.py` (+17 -2) 📝 `libs/langgraph/tests/test_tracing_interops.py` (+1 -0) 📝 `libs/scheduler-kafka/langgraph/scheduler/kafka/orchestrator.py` (+2 -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:46:45 -05:00
yindo closed this issue 2026-02-20 17:46:46 -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#2299