[PR #711] [CLOSED] feat(tasks): add result to tasks #954

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/711
Author: @dqbd
Created: 12/5/2024
Status: Closed

Base: mainHead: dqbd/tasks-results


📝 Commits (2)

  • f875a71 feat(tasks): add result to tasks
  • 9a5fc93 Merge branch 'main' into dqbd/tasks-results

📊 Changes

5 files changed (+36 additions, -5 deletions)

View changed files

📝 libs/langgraph/src/pregel/debug.ts (+26 -3)
📝 libs/langgraph/src/pregel/index.ts (+6 -1)
📝 libs/langgraph/src/pregel/loop.ts (+2 -1)
📝 libs/langgraph/src/pregel/types.ts (+1 -0)
📝 libs/langgraph/src/tests/pregel.test.ts (+1 -0)

📄 Description

Fixes # (issue)


🔄 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/711 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 12/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dqbd/tasks-results` --- ### 📝 Commits (2) - [`f875a71`](https://github.com/langchain-ai/langgraphjs/commit/f875a71d433f70deb679d2b145fd773f817d2d29) feat(tasks): add result to tasks - [`9a5fc93`](https://github.com/langchain-ai/langgraphjs/commit/9a5fc939a58f52eed69de160f30857d49643b988) Merge branch 'main' into dqbd/tasks-results ### 📊 Changes **5 files changed** (+36 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/debug.ts` (+26 -3) 📝 `libs/langgraph/src/pregel/index.ts` (+6 -1) 📝 `libs/langgraph/src/pregel/loop.ts` (+2 -1) 📝 `libs/langgraph/src/pregel/types.ts` (+1 -0) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+1 -0) </details> ### 📄 Description <!-- Thank you for contributing to LangGraph.js! Your PR will appear in our next release under the title you set above. Please make sure it highlights your valuable contribution. To help streamline the review process, please make sure you read our contribution guidelines: https://github.com/langchain-ai/langgraphjs/blob/main/CONTRIBUTING.md Replace this block with a description of the change, the issue it fixes (if applicable), and relevant context. Finally, we'd love to show appreciation for your contribution - if you'd like us to shout you out on Twitter, please also include your handle below! --> <!-- Remove if not applicable --> Fixes # (issue) --- <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:16:31 -05:00
yindo closed this issue 2026-02-15 19:16:32 -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#954