[PR #1539] [MERGED] Implement update_state for nested graphs #2140

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

📋 Pull Request Information

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

Base: mainHead: nc/29aug/nested-update-state


📝 Commits (4)

  • 4133910 Implement update_state for nested graphs
  • 44153e4 Update test
  • fcd0f09 Add test from harrison, always produce output when resuming graph
  • 9fd64cd Lint

📊 Changes

8 files changed (+903 additions, -161 deletions)

View changed files

📝 libs/langgraph/Makefile (+3 -5)
📝 libs/langgraph/langgraph/pregel/__init__.py (+43 -41)
📝 libs/langgraph/langgraph/pregel/config.py (+22 -0)
📝 libs/langgraph/langgraph/pregel/io.py (+8 -4)
📝 libs/langgraph/langgraph/pregel/loop.py (+5 -0)
📝 libs/langgraph/tests/__snapshots__/test_pregel.ambr (+125 -0)
📝 libs/langgraph/tests/test_pregel.py (+573 -64)
📝 libs/langgraph/tests/test_pregel_async.py (+124 -47)

📄 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/1539 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 8/29/2024 **Status:** ✅ Merged **Merged:** 8/30/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/29aug/nested-update-state` --- ### 📝 Commits (4) - [`4133910`](https://github.com/langchain-ai/langgraph/commit/413391067036115ca05ce3cac704eb12b81f96b3) Implement update_state for nested graphs - [`44153e4`](https://github.com/langchain-ai/langgraph/commit/44153e4a49329d14629361a2c338828a2b8063e3) Update test - [`fcd0f09`](https://github.com/langchain-ai/langgraph/commit/fcd0f094f9cebf0f737ca166b8e2161bbed157e4) Add test from harrison, always produce output when resuming graph - [`9fd64cd`](https://github.com/langchain-ai/langgraph/commit/9fd64cd37b7e4d1e1d1802f3f70d05e9f9d92b97) Lint ### 📊 Changes **8 files changed** (+903 additions, -161 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/Makefile` (+3 -5) 📝 `libs/langgraph/langgraph/pregel/__init__.py` (+43 -41) 📝 `libs/langgraph/langgraph/pregel/config.py` (+22 -0) 📝 `libs/langgraph/langgraph/pregel/io.py` (+8 -4) 📝 `libs/langgraph/langgraph/pregel/loop.py` (+5 -0) 📝 `libs/langgraph/tests/__snapshots__/test_pregel.ambr` (+125 -0) 📝 `libs/langgraph/tests/test_pregel.py` (+573 -64) 📝 `libs/langgraph/tests/test_pregel_async.py` (+124 -47) </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:23 -05:00
yindo closed this issue 2026-02-20 17:46:23 -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#2140