[PR #788] [MERGED] fix(langgraph): add structured response format to prebuilt react agent #1010

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/788
Author: @isahers1
Created: 1/17/2025
Status: Merged
Merged: 1/17/2025
Merged by: @jacoblee93

Base: mainHead: isaac/structuredreactagent


📝 Commits (6)

📊 Changes

2 files changed (+238 additions, -14 deletions)

View changed files

📝 libs/langgraph/src/prebuilt/react_agent_executor.ts (+112 -14)
📝 libs/langgraph/src/tests/prebuilt.int.test.ts (+126 -0)

📄 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/788 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 1/17/2025 **Status:** ✅ Merged **Merged:** 1/17/2025 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `isaac/structuredreactagent` --- ### 📝 Commits (6) - [`1fd55b3`](https://github.com/langchain-ai/langgraphjs/commit/1fd55b367b31289a678778374eb964cb5f92298f) wip - [`bdeeacb`](https://github.com/langchain-ai/langgraphjs/commit/bdeeacb566a346faafbdd13e730601adb9d09efd) fmt - [`1836ef8`](https://github.com/langchain-ai/langgraphjs/commit/1836ef87a50cebad6dbe1b93bfe371821cf430c2) fmt - [`a3c4a5d`](https://github.com/langchain-ai/langgraphjs/commit/a3c4a5dc1b5203cbe69cc8bd1e1ff3b130750f24) failing at type hints - [`afbd4b2`](https://github.com/langchain-ai/langgraphjs/commit/afbd4b2ea4643de42266fee833deee2b29cba0d9) Fix typing - [`89db9bf`](https://github.com/langchain-ai/langgraphjs/commit/89db9bfc8f535f50dc8ad4e49de0f636df18f2a4) Fix ### 📊 Changes **2 files changed** (+238 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/prebuilt/react_agent_executor.ts` (+112 -14) 📝 `libs/langgraph/src/tests/prebuilt.int.test.ts` (+126 -0) </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 19:16:47 -05:00
yindo closed this issue 2026-02-15 19:16:47 -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#1010