[PR #317] [MERGED] Refactor pregel into algo #654

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

📋 Pull Request Information

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

Base: mainHead: jacob/refactor


📝 Commits (1)

  • 6188635 Refactor pregel into algo

📊 Changes

3 files changed (+445 additions, -420 deletions)

View changed files

langgraph/src/pregel/algo.ts (+435 -0)
📝 langgraph/src/pregel/index.ts (+8 -416)
📝 langgraph/src/tests/pregel.test.ts (+2 -4)

📄 Description

@dqbd


🔄 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/317 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 8/14/2024 **Status:** ✅ Merged **Merged:** 8/14/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/refactor` --- ### 📝 Commits (1) - [`6188635`](https://github.com/langchain-ai/langgraphjs/commit/618863597fa2a12d725e02c26bdd3db59be29ab4) Refactor pregel into algo ### 📊 Changes **3 files changed** (+445 additions, -420 deletions) <details> <summary>View changed files</summary> ➕ `langgraph/src/pregel/algo.ts` (+435 -0) 📝 `langgraph/src/pregel/index.ts` (+8 -416) 📝 `langgraph/src/tests/pregel.test.ts` (+2 -4) </details> ### 📄 Description @dqbd --- <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:23 -05:00
yindo closed this issue 2026-02-15 19:15:23 -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#654