[PR #446] [MERGED] feat: Remove the need to fork a thread to replay a past state #766

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/446
Author: @jacoblee93
Created: 9/3/2024
Status: Merged
Merged: 9/3/2024
Merged by: @jacoblee93

Base: mainHead: jacob/replay_without_forks


📝 Commits (1)

  • 77b6fc8 Remove the need to fork a thread to replay a past state

📊 Changes

2 files changed (+6 additions, -25 deletions)

View changed files

📝 libs/langgraph/src/pregel/loop.ts (+4 -1)
📝 libs/langgraph/src/tests/pregel.test.ts (+2 -24)

📄 Description

Port of https://github.com/langchain-ai/langgraph/pull/1550/


🔄 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/446 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/replay_without_forks` --- ### 📝 Commits (1) - [`77b6fc8`](https://github.com/langchain-ai/langgraphjs/commit/77b6fc8c8a9afc96fc5c7337f83ba0c3f45cfbf4) Remove the need to fork a thread to replay a past state ### 📊 Changes **2 files changed** (+6 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/loop.ts` (+4 -1) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+2 -24) </details> ### 📄 Description Port of https://github.com/langchain-ai/langgraph/pull/1550/ --- <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:49 -05:00
yindo closed this issue 2026-02-15 19:15:49 -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#766