[PR #169] [MERGED] Implement createReActAgent #550

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/169
Author: @hinthornw
Created: 5/18/2024
Status: Merged
Merged: 5/19/2024
Merged by: @hinthornw

Base: mainHead: wfh/cra


📝 Commits (10+)

📊 Changes

7 files changed (+524 additions, -41 deletions)

View changed files

📝 langgraph/package.json (+1 -1)
📝 langgraph/src/prebuilt/index.ts (+2 -0)
langgraph/src/prebuilt/react_agent_executor.ts (+170 -0)
📝 langgraph/src/prebuilt/tool_node.ts (+10 -7)
📝 langgraph/src/tests/prebuilt.int.test.ts (+93 -15)
📝 langgraph/src/tests/prebuilt.test.ts (+246 -3)
📝 yarn.lock (+2 -15)

📄 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/169 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/18/2024 **Status:** ✅ Merged **Merged:** 5/19/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/cra` --- ### 📝 Commits (10+) - [`c959235`](https://github.com/langchain-ai/langgraphjs/commit/c959235835b84f4baa0f7353f4853c94f115c2da) check - [`def2047`](https://github.com/langchain-ai/langgraphjs/commit/def2047f93eca60384c37176b86c51e0092dc34f) merge - [`ac3bb7a`](https://github.com/langchain-ai/langgraphjs/commit/ac3bb7a7e208547ede0e3b49c0441d97b1e57b0f) merge - [`9194467`](https://github.com/langchain-ai/langgraphjs/commit/9194467d0605040a20899d415ceaf854a89e39a5) Create React Agent Definition - [`0a9f31a`](https://github.com/langchain-ai/langgraphjs/commit/0a9f31a779af34c45d2422e9d0c78eb07a063b20) add test - [`065510e`](https://github.com/langchain-ai/langgraphjs/commit/065510eb95b4b00a349b04194ed63b1ad199d992) Fixup test - [`c2de065`](https://github.com/langchain-ai/langgraphjs/commit/c2de06565802e2230bb58b3e3c59c27b80813378) UT's - [`eb25fc6`](https://github.com/langchain-ai/langgraphjs/commit/eb25fc63e89c18afa0ee144dfbc47337ce7557dd) uncomment - [`af25385`](https://github.com/langchain-ai/langgraphjs/commit/af25385e062126774f316ead849e8bfb1ec705cf) Comment out - [`09fccd0`](https://github.com/langchain-ai/langgraphjs/commit/09fccd0f7fb1a5231f9abe11be0aadd62e70b5a6) unused ### 📊 Changes **7 files changed** (+524 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/package.json` (+1 -1) 📝 `langgraph/src/prebuilt/index.ts` (+2 -0) ➕ `langgraph/src/prebuilt/react_agent_executor.ts` (+170 -0) 📝 `langgraph/src/prebuilt/tool_node.ts` (+10 -7) 📝 `langgraph/src/tests/prebuilt.int.test.ts` (+93 -15) 📝 `langgraph/src/tests/prebuilt.test.ts` (+246 -3) 📝 `yarn.lock` (+2 -15) </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:15:00 -05:00
yindo closed this issue 2026-02-15 19:15:00 -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#550