[PR #734] [MERGED] fix(langgraph): Fix Command update behavior for static breakpoints #975

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/734
Author: @jacoblee93
Created: 12/11/2024
Status: Merged
Merged: 12/11/2024
Merged by: @jacoblee93

Base: mainHead: jacob/fix


📝 Commits (4)

📊 Changes

4 files changed (+103 additions, -27 deletions)

View changed files

📝 libs/langgraph/src/pregel/index.ts (+66 -1)
📝 libs/langgraph/src/pregel/io.ts (+6 -10)
📝 libs/langgraph/src/pregel/loop.ts (+25 -10)
📝 libs/langgraph/src/tests/pregel.test.ts (+6 -6)

📄 Description

CC @bracesproul


🔄 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/734 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 12/11/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/fix` --- ### 📝 Commits (4) - [`0615124`](https://github.com/langchain-ai/langgraphjs/commit/0615124a0377c22364dea532850f4b0738f824f8) Fix Command update behavior for static breakpoints - [`58b65a0`](https://github.com/langchain-ai/langgraphjs/commit/58b65a0eb8db73cabaf501264a68df75b3e1bffe) Merge - [`27d961d`](https://github.com/langchain-ai/langgraphjs/commit/27d961d74301831fa79758263ca3b1e15ef0d946) Skip flaky test - [`6a73a1b`](https://github.com/langchain-ai/langgraphjs/commit/6a73a1b5e9d19c3d2511b977641064f07439ab78) Fix test ### 📊 Changes **4 files changed** (+103 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/index.ts` (+66 -1) 📝 `libs/langgraph/src/pregel/io.ts` (+6 -10) 📝 `libs/langgraph/src/pregel/loop.ts` (+25 -10) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+6 -6) </details> ### 📄 Description CC @bracesproul --- <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:16:37 -05:00
yindo closed this issue 2026-02-15 19:16:37 -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#975