[PR #519] [MERGED] Add support and tests for using messagegraph checkpoints on a stategraph with 1 __root__ key other keys #1513

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

📋 Pull Request Information

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

Base: mainHead: nc/21may/extend-root-state


📝 Commits (1)

  • 8b946af Add support and tests for using messagegraph checkpoints on a stategraph with 1 root key other keys

📊 Changes

2 files changed (+850 additions, -9 deletions)

View changed files

📝 langgraph/graph/state.py (+8 -8)
📝 tests/test_pregel.py (+842 -1)

📄 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/519 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 5/21/2024 **Status:** ✅ Merged **Merged:** 5/22/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/21may/extend-root-state` --- ### 📝 Commits (1) - [`8b946af`](https://github.com/langchain-ai/langgraph/commit/8b946af20f7b70c668baf132e83ea25d6c20e3fb) Add support and tests for using messagegraph checkpoints on a stategraph with 1 __root__ key other keys ### 📊 Changes **2 files changed** (+850 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/state.py` (+8 -8) 📝 `tests/test_pregel.py` (+842 -1) </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:55 -05:00
yindo closed this issue 2026-02-20 17:44:55 -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#1513