[PR #147] [MERGED] Remove unnecessary runs from StateGraph/MessageGraph run tree #1270

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/147
Author: @nfcampos
Created: 2/24/2024
Status: Merged
Merged: 2/24/2024
Merged by: @nfcampos

Base: mainHead: nc/24feb/optimize-run-tree


📝 Commits (1)

  • d90478b Remove unnecessary runs from StateGraph/MessageGraph run tree

📊 Changes

4 files changed (+81 additions, -32 deletions)

View changed files

📝 langgraph/graph/state.py (+36 -17)
📝 langgraph/pregel/__init__.py (+12 -4)
📝 langgraph/pregel/read.py (+7 -0)
📝 langgraph/pregel/write.py (+26 -11)

📄 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/147 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 2/24/2024 **Status:** ✅ Merged **Merged:** 2/24/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/24feb/optimize-run-tree` --- ### 📝 Commits (1) - [`d90478b`](https://github.com/langchain-ai/langgraph/commit/d90478b50c547286d5310ca9e7a72fef7e5c294f) Remove unnecessary runs from StateGraph/MessageGraph run tree ### 📊 Changes **4 files changed** (+81 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/state.py` (+36 -17) 📝 `langgraph/pregel/__init__.py` (+12 -4) 📝 `langgraph/pregel/read.py` (+7 -0) 📝 `langgraph/pregel/write.py` (+26 -11) </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:19 -05:00
yindo closed this issue 2026-02-20 17:44:19 -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#1270