[PR #377] [MERGED] Adds support for retry policy for nodes #706

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

📋 Pull Request Information

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

Base: mainHead: jacob/retry_policy


📝 Commits (3)

📊 Changes

13 files changed (+446 additions, -129 deletions)

View changed files

📝 libs/checkpoint-mongodb/README.md (+0 -1)
📝 libs/checkpoint-sqlite/README.md (+0 -1)
📝 libs/checkpoint/README.md (+0 -1)
📝 libs/langgraph/src/graph/graph.ts (+35 -17)
📝 libs/langgraph/src/graph/state.ts (+66 -13)
📝 libs/langgraph/src/pregel/algo.ts (+2 -56)
📝 libs/langgraph/src/pregel/index.ts (+15 -38)
📝 libs/langgraph/src/pregel/read.ts (+23 -1)
libs/langgraph/src/pregel/retry.ts (+176 -0)
📝 libs/langgraph/src/pregel/types.ts (+4 -1)
📝 libs/langgraph/src/pregel/utils.ts (+28 -0)
📝 libs/langgraph/src/tests/pregel.test.ts (+96 -0)
📝 libs/langgraph/src/web.ts (+1 -0)

📄 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/377 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 8/26/2024 **Status:** ✅ Merged **Merged:** 8/26/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/retry_policy` --- ### 📝 Commits (3) - [`06a36e3`](https://github.com/langchain-ai/langgraphjs/commit/06a36e34916e3ef2c39858852109dfa90c14b779) Adds support for retryPolicy - [`deaa64e`](https://github.com/langchain-ai/langgraphjs/commit/deaa64e8018f71092d1de0957a13583ca635c3a9) Fix test - [`6e747c6`](https://github.com/langchain-ai/langgraphjs/commit/6e747c68ff9db27b68cb033c051d116b169a5743) Merge ### 📊 Changes **13 files changed** (+446 additions, -129 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint-mongodb/README.md` (+0 -1) 📝 `libs/checkpoint-sqlite/README.md` (+0 -1) 📝 `libs/checkpoint/README.md` (+0 -1) 📝 `libs/langgraph/src/graph/graph.ts` (+35 -17) 📝 `libs/langgraph/src/graph/state.ts` (+66 -13) 📝 `libs/langgraph/src/pregel/algo.ts` (+2 -56) 📝 `libs/langgraph/src/pregel/index.ts` (+15 -38) 📝 `libs/langgraph/src/pregel/read.ts` (+23 -1) ➕ `libs/langgraph/src/pregel/retry.ts` (+176 -0) 📝 `libs/langgraph/src/pregel/types.ts` (+4 -1) 📝 `libs/langgraph/src/pregel/utils.ts` (+28 -0) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+96 -0) 📝 `libs/langgraph/src/web.ts` (+1 -0) </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:36 -05:00
yindo closed this issue 2026-02-15 19:15:36 -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#706