[PR #917] [MERGED] fix(langgraph): Fix parent command graph bubbling going one level too high #1113

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/917
Author: @jacoblee93
Created: 2/28/2025
Status: Merged
Merged: 2/28/2025
Merged by: @jacoblee93

Base: mainHead: jacob/parent_commands


📝 Commits (4)

📊 Changes

5 files changed (+140 additions, -4 deletions)

View changed files

📝 libs/langgraph/src/graph/graph.ts (+1 -0)
📝 libs/langgraph/src/graph/state.ts (+1 -0)
📝 libs/langgraph/src/pregel/retry.ts (+3 -2)
📝 libs/langgraph/src/pregel/utils/config.ts (+2 -2)
📝 libs/langgraph/src/tests/pregel.test.ts (+133 -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/langgraphjs/pull/917 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 2/28/2025 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/parent_commands` --- ### 📝 Commits (4) - [`2c46ae0`](https://github.com/langchain-ai/langgraphjs/commit/2c46ae04bce1a7d6bb1739b7c4215a11bda312a3) Fix parent commad graph bubbling going one level too high - [`9a95174`](https://github.com/langchain-ai/langgraphjs/commit/9a95174d99a235db5b37441ff83c14482f80bad1) Fix tests - [`87950bf`](https://github.com/langchain-ai/langgraphjs/commit/87950bf61e7e81976cc535fa7d6f557906c39fed) Fix test - [`2696c8b`](https://github.com/langchain-ai/langgraphjs/commit/2696c8b0ba540ae005c0a631ce7a939ba15939ce) True fix ### 📊 Changes **5 files changed** (+140 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/graph/graph.ts` (+1 -0) 📝 `libs/langgraph/src/graph/state.ts` (+1 -0) 📝 `libs/langgraph/src/pregel/retry.ts` (+3 -2) 📝 `libs/langgraph/src/pregel/utils/config.ts` (+2 -2) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+133 -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-15 19:17:16 -05:00
yindo closed this issue 2026-02-15 19:17:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1113