[PR #1455] [MERGED] feat(langgraph): introduce durability mode argument #1473

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1455
Author: @dqbd
Created: 7/28/2025
Status: Merged
Merged: 7/28/2025
Merged by: @dqbd

Base: 0.4Head: dqbd/durability


📝 Commits (2)

  • b3073ee feat(langgraph): introduce durability mode argument
  • ab27c66 Add changeset

📊 Changes

7 files changed (+342 additions, -274 deletions)

View changed files

.changeset/sixty-onions-stare.md (+5 -0)
📝 libs/langgraph/src/constants.ts (+2 -1)
📝 libs/langgraph/src/pregel/index.ts (+31 -11)
📝 libs/langgraph/src/pregel/loop.ts (+11 -10)
📝 libs/langgraph/src/pregel/types.ts (+12 -0)
📝 libs/langgraph/src/pregel/utils/config.ts (+1 -0)
📝 libs/langgraph/src/tests/pregel.test.ts (+280 -252)

📄 Description

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


🔄 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/1455 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/28/2025 **Status:** ✅ Merged **Merged:** 7/28/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `0.4` ← **Head:** `dqbd/durability` --- ### 📝 Commits (2) - [`b3073ee`](https://github.com/langchain-ai/langgraphjs/commit/b3073eeeb0d5c04739d7530fc05bc9db4a9af94f) feat(langgraph): introduce `durability` mode argument - [`ab27c66`](https://github.com/langchain-ai/langgraphjs/commit/ab27c66a817f86980b20be0e4175eddc0956733b) Add changeset ### 📊 Changes **7 files changed** (+342 additions, -274 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/sixty-onions-stare.md` (+5 -0) 📝 `libs/langgraph/src/constants.ts` (+2 -1) 📝 `libs/langgraph/src/pregel/index.ts` (+31 -11) 📝 `libs/langgraph/src/pregel/loop.ts` (+11 -10) 📝 `libs/langgraph/src/pregel/types.ts` (+12 -0) 📝 `libs/langgraph/src/pregel/utils/config.ts` (+1 -0) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+280 -252) </details> ### 📄 Description Port of https://github.com/langchain-ai/langgraph/pull/5432 --- <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:54 -05:00
yindo closed this issue 2026-02-15 20:15:54 -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#1473