[PR #1381] [MERGED] feat: Exactly once for run ID resuming #1415

Closed
opened 2026-02-15 20:15:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1381
Author: @hinthornw
Created: 7/11/2025
Status: Merged
Merged: 7/11/2025
Merged by: @hntrl

Base: mainHead: wfh/exactly_once


📝 Commits (4)

  • 7ee64ed feat: Exactly once for run ID resuming
  • fcf5515 Rm test
  • 3bf4f80 chore(langgraph): remove extra test script
  • 796eb1b chore: add run id changeset

📊 Changes

3 files changed (+17 additions, -2 deletions)

View changed files

.changeset/fluffy-deer-wonder.md (+5 -0)
📝 libs/langgraph/package.json (+1 -1)
📝 libs/langgraph/src/pregel/loop.ts (+11 -1)

📄 Description

Mirror https://github.com/langchain-ai/langgraph/blob/579c7831b915d7e596d612333da4b94be7000c72/libs/langgraph/langgraph/pregel/loop.py#L585


🔄 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/1381 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 7/11/2025 **Status:** ✅ Merged **Merged:** 7/11/2025 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `wfh/exactly_once` --- ### 📝 Commits (4) - [`7ee64ed`](https://github.com/langchain-ai/langgraphjs/commit/7ee64ede83c6efc236b5f63581b0b8b80e1d2043) feat: Exactly once for run ID resuming - [`fcf5515`](https://github.com/langchain-ai/langgraphjs/commit/fcf551578c061ca37f14e2cc8d5e5d457ebbbef9) Rm test - [`3bf4f80`](https://github.com/langchain-ai/langgraphjs/commit/3bf4f8000c6ce630eae5068dc87c71643cc2fb99) chore(langgraph): remove extra test script - [`796eb1b`](https://github.com/langchain-ai/langgraphjs/commit/796eb1bd7e7867cd3161137513b0b328e60bdb4a) chore: add run id changeset ### 📊 Changes **3 files changed** (+17 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/fluffy-deer-wonder.md` (+5 -0) 📝 `libs/langgraph/package.json` (+1 -1) 📝 `libs/langgraph/src/pregel/loop.ts` (+11 -1) </details> ### 📄 Description Mirror https://github.com/langchain-ai/langgraph/blob/579c7831b915d7e596d612333da4b94be7000c72/libs/langgraph/langgraph/pregel/loop.py#L585 --- <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 20:15:41 -05:00
yindo closed this issue 2026-02-15 20:15:41 -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#1415