[PR #409] [MERGED] Create ReAct Executor #1449

Closed
opened 2026-02-20 17:44:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/409
Author: @hinthornw
Created: 5/7/2024
Status: Merged
Merged: 5/7/2024
Merged by: @hinthornw

Base: mainHead: wfh/top_level


📝 Commits (4)

📊 Changes

5 files changed (+37 additions, -22 deletions)

View changed files

📝 langgraph/_api/deprecation.py (+7 -5)
📝 langgraph/prebuilt/__init__.py (+2 -0)
📝 langgraph/prebuilt/agent_executor.py (+6 -6)
📝 langgraph/prebuilt/chat_agent_executor.py (+16 -5)
📝 tests/test_prebuilt.py (+6 -6)

📄 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/langgraph/pull/409 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/7/2024 **Status:** ✅ Merged **Merged:** 5/7/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/top_level` --- ### 📝 Commits (4) - [`d5194c7`](https://github.com/langchain-ai/langgraph/commit/d5194c7232138d6bde79cc531b18cd706c856182) Create ReAct Executor - [`7e84fad`](https://github.com/langchain-ai/langgraph/commit/7e84fad737eeb2b94ddf58dd7fe6ea0a2cfa4e8a) Update recs - [`d7af3d3`](https://github.com/langchain-ai/langgraph/commit/d7af3d391382d69c518d5732a20766afa27b4dce) Merge branch 'main' into wfh/top_level - [`67d58dd`](https://github.com/langchain-ai/langgraph/commit/67d58dd064c5d4fe06b76f0a3096ac4ea5f05971) Update name ### 📊 Changes **5 files changed** (+37 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/_api/deprecation.py` (+7 -5) 📝 `langgraph/prebuilt/__init__.py` (+2 -0) 📝 `langgraph/prebuilt/agent_executor.py` (+6 -6) 📝 `langgraph/prebuilt/chat_agent_executor.py` (+16 -5) 📝 `tests/test_prebuilt.py` (+6 -6) </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-20 17:44:45 -05:00
yindo closed this issue 2026-02-20 17:44:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1449