[PR #1498] [MERGED] feat(langgraph): use Send for each of the tool calls #1499

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1498
Author: @dqbd
Created: 8/5/2025
Status: Merged
Merged: 8/5/2025
Merged by: @dqbd

Base: mainHead: dqbd/create-react-agent-v2


📝 Commits (6)

  • 3edf345 feat(langgraph): use Send for each of the tool calls
  • addc13b Reset default to v1
  • 427cadc Make sure that getCurrentTaskInput works the same (swarm)
  • 29ba29b Add changeset
  • 7640d98 Fix typo
  • a41b856 Add test for parallel tool calls

📊 Changes

4 files changed (+2365 additions, -2025 deletions)

View changed files

.changeset/cold-walls-burn.md (+5 -0)
📝 libs/langgraph/src/prebuilt/react_agent_executor.ts (+28 -1)
📝 libs/langgraph/src/prebuilt/tool_node.ts (+76 -50)
📝 libs/langgraph/src/tests/prebuilt.test.ts (+2256 -1974)

📄 Description

Mimics the work done in https://github.com/langchain-ai/langgraph/pull/3126.


🔄 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/1498 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/5/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/create-react-agent-v2` --- ### 📝 Commits (6) - [`3edf345`](https://github.com/langchain-ai/langgraphjs/commit/3edf345157a889246eb09a96683be018c5006501) feat(langgraph): use Send for each of the tool calls - [`addc13b`](https://github.com/langchain-ai/langgraphjs/commit/addc13b3838710841b7c159faf87744543c35b67) Reset default to v1 - [`427cadc`](https://github.com/langchain-ai/langgraphjs/commit/427cadc778f865e87ca98af99b474c38e4c009f3) Make sure that `getCurrentTaskInput` works the same (swarm) - [`29ba29b`](https://github.com/langchain-ai/langgraphjs/commit/29ba29b62a9fbc42f9a4392b65fd0fa0857d3399) Add changeset - [`7640d98`](https://github.com/langchain-ai/langgraphjs/commit/7640d98cb9f5a07dcf47a9d9b6e035e390c5abfa) Fix typo - [`a41b856`](https://github.com/langchain-ai/langgraphjs/commit/a41b8565aa5bd7956164f89d495c7aef4be3c950) Add test for parallel tool calls ### 📊 Changes **4 files changed** (+2365 additions, -2025 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/cold-walls-burn.md` (+5 -0) 📝 `libs/langgraph/src/prebuilt/react_agent_executor.ts` (+28 -1) 📝 `libs/langgraph/src/prebuilt/tool_node.ts` (+76 -50) 📝 `libs/langgraph/src/tests/prebuilt.test.ts` (+2256 -1974) </details> ### 📄 Description Mimics the work done in https://github.com/langchain-ai/langgraph/pull/3126. --- <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:59 -05:00
yindo closed this issue 2026-02-15 20:15:59 -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#1499