[PR #340] [MERGED] Refactor task execution to yield events as soon as a task finishes, fix resuming from error states #673

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/340
Author: @jacoblee93
Created: 8/22/2024
Status: Merged
Merged: 8/22/2024
Merged by: @jacoblee93

Base: 0.2Head: jacob/pending_writes


📝 Commits (1)

  • a93ed61 Refactor task execution, fix pending writes and resuming from error state

📊 Changes

9 files changed (+384 additions, -239 deletions)

View changed files

📝 langgraph/src/checkpoint/base.ts (+0 -15)
📝 langgraph/src/checkpoint/memory.ts (+5 -4)
📝 langgraph/src/pregel/algo.ts (+128 -115)
📝 langgraph/src/pregel/debug.ts (+4 -8)
📝 langgraph/src/pregel/index.ts (+57 -26)
📝 langgraph/src/pregel/loop.ts (+7 -2)
📝 langgraph/src/pregel/utils.ts (+24 -10)
📝 langgraph/src/tests/pregel.test.ts (+147 -11)
📝 langgraph/src/tests/tracing.test.ts (+12 -48)

📄 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/340 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 8/22/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `0.2` ← **Head:** `jacob/pending_writes` --- ### 📝 Commits (1) - [`a93ed61`](https://github.com/langchain-ai/langgraphjs/commit/a93ed614e949446f1f4f2d345b69843d4c43794b) Refactor task execution, fix pending writes and resuming from error state ### 📊 Changes **9 files changed** (+384 additions, -239 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/src/checkpoint/base.ts` (+0 -15) 📝 `langgraph/src/checkpoint/memory.ts` (+5 -4) 📝 `langgraph/src/pregel/algo.ts` (+128 -115) 📝 `langgraph/src/pregel/debug.ts` (+4 -8) 📝 `langgraph/src/pregel/index.ts` (+57 -26) 📝 `langgraph/src/pregel/loop.ts` (+7 -2) 📝 `langgraph/src/pregel/utils.ts` (+24 -10) 📝 `langgraph/src/tests/pregel.test.ts` (+147 -11) 📝 `langgraph/src/tests/tracing.test.ts` (+12 -48) </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:15:28 -05:00
yindo closed this issue 2026-02-15 19:15:28 -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#673