[PR #61] [MERGED] Fix returned values of prebuilt plan and execute agent #459

Closed
opened 2026-02-15 18:17:04 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/61
Author: @bracesproul
Created: 2/12/2024
Status: Merged
Merged: 2/12/2024
Merged by: @bracesproul

Base: mainHead: brace/fix-prebuilt-plan-executr


📝 Commits (5)

📊 Changes

6 files changed (+2240 additions, -2215 deletions)

View changed files

📝 langgraph/package.json (+4 -4)
📝 langgraph/src/prebuilt/agent_executor.ts (+1 -1)
📝 langgraph/src/tests/prebuilt.int.test.ts (+35 -2)
📝 langgraph/src/tests/prebuilt.test.ts (+14 -10)
📝 langgraph/src/tests/pregel.test.ts (+8 -8)
📝 yarn.lock (+2178 -2190)

📄 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/61 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 2/12/2024 **Status:** ✅ Merged **Merged:** 2/12/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/fix-prebuilt-plan-executr` --- ### 📝 Commits (5) - [`17053e1`](https://github.com/langchain-ai/langgraphjs/commit/17053e1d2786145c485662ea64792bbf94dfc000) Fix returned values of prebuilt plan and execute agent - [`8516808`](https://github.com/langchain-ai/langgraphjs/commit/8516808c28b1d69c887b6ebe1700b82bf3268573) cr - [`3fd5341`](https://github.com/langchain-ai/langgraphjs/commit/3fd5341f56c61a61f834c531ce3f40f86b1505d9) format - [`8d2f1d8`](https://github.com/langchain-ai/langgraphjs/commit/8d2f1d865a546ef6ef90abe7de293863c075687b) cr - [`6395c99`](https://github.com/langchain-ai/langgraphjs/commit/6395c999c9be9b701e1a75210eebea4b8311aab7) fix tests ### 📊 Changes **6 files changed** (+2240 additions, -2215 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/package.json` (+4 -4) 📝 `langgraph/src/prebuilt/agent_executor.ts` (+1 -1) 📝 `langgraph/src/tests/prebuilt.int.test.ts` (+35 -2) 📝 `langgraph/src/tests/prebuilt.test.ts` (+14 -10) 📝 `langgraph/src/tests/pregel.test.ts` (+8 -8) 📝 `yarn.lock` (+2178 -2190) </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 18:17:04 -05:00
yindo closed this issue 2026-02-15 18:17:04 -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#459