[PR #1612] [MERGED] Split out prepare_single_task from prepare_next_tasks #2183

Closed
opened 2026-02-20 17:46:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1612
Author: @nfcampos
Created: 9/4/2024
Status: Merged
Merged: 9/5/2024
Merged by: @nfcampos

Base: mainHead: nc/4sep/prepare-single-task


📝 Commits (2)

  • ca3715b Split out prepare_single_task from prepare_next_tasks
  • 4f89cfc Remove legacy id

📊 Changes

2 files changed (+198 additions, -134 deletions)

View changed files

📝 libs/langgraph/langgraph/constants.py (+2 -0)
📝 libs/langgraph/langgraph/pregel/algo.py (+196 -134)

📄 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/langgraph/pull/1612 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 9/4/2024 **Status:** ✅ Merged **Merged:** 9/5/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/4sep/prepare-single-task` --- ### 📝 Commits (2) - [`ca3715b`](https://github.com/langchain-ai/langgraph/commit/ca3715b809d124af210242ecb3b318bd321cc218) Split out prepare_single_task from prepare_next_tasks - [`4f89cfc`](https://github.com/langchain-ai/langgraph/commit/4f89cfc81da37fb0493a4af1d8226b04962852a7) Remove legacy id ### 📊 Changes **2 files changed** (+198 additions, -134 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/constants.py` (+2 -0) 📝 `libs/langgraph/langgraph/pregel/algo.py` (+196 -134) </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-20 17:46:29 -05:00
yindo closed this issue 2026-02-20 17:46:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2183