[PR #441] [MERGED] Use create_react_agent #1472

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

📋 Pull Request Information

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

Base: mainHead: wfh/use_react_agent


📝 Commits (7)

📊 Changes

7 files changed (+157 additions, -115 deletions)

View changed files

📝 .github/workflows/link_check.yml (+8 -2)
📝 .markdown-link-check.config.json (+2 -1)
📝 docs/mkdocs.yml (+0 -1)
📝 examples/agent_executor/high-level.ipynb (+7 -1)
📝 examples/chat_agent_executor_with_function_calling/high-level-tools.ipynb (+3 -3)
📝 examples/chat_agent_executor_with_function_calling/high-level.ipynb (+7 -1)
📝 examples/plan-and-execute/plan-and-execute.ipynb (+130 -106)

📄 Description

Replace the tool_calling_executor mentions


🔄 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/441 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/13/2024 **Status:** ✅ Merged **Merged:** 5/13/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/use_react_agent` --- ### 📝 Commits (7) - [`c948026`](https://github.com/langchain-ai/langgraph/commit/c948026d78de5e205bbbfc328b3686e94f22ac76) Use ReAct agent function - [`fe4fce8`](https://github.com/langchain-ai/langgraph/commit/fe4fce89daeae2f9ea98670271cb3129066e8e73) ReAct - [`0d085a1`](https://github.com/langchain-ai/langgraph/commit/0d085a1f126c1fb26e0cf90cd41b4532028874b3) doc - [`cdaecdc`](https://github.com/langchain-ai/langgraph/commit/cdaecdc522c68b63ce96223ede3e0f24d3dc7464) nospons - [`44aa670`](https://github.com/langchain-ai/langgraph/commit/44aa670d50c83d315fee48bf47fb4047ac90b83f) lc - [`9984d87`](https://github.com/langchain-ai/langgraph/commit/9984d87c3154224fbd1c552ea7d9771160e63cc0) mdlc - [`f0677a0`](https://github.com/langchain-ai/langgraph/commit/f0677a0403981d6cf6a821c882a537278157e346) only-changed ### 📊 Changes **7 files changed** (+157 additions, -115 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/link_check.yml` (+8 -2) 📝 `.markdown-link-check.config.json` (+2 -1) 📝 `docs/mkdocs.yml` (+0 -1) 📝 `examples/agent_executor/high-level.ipynb` (+7 -1) 📝 `examples/chat_agent_executor_with_function_calling/high-level-tools.ipynb` (+3 -3) 📝 `examples/chat_agent_executor_with_function_calling/high-level.ipynb` (+7 -1) 📝 `examples/plan-and-execute/plan-and-execute.ipynb` (+130 -106) </details> ### 📄 Description Replace the tool_calling_executor mentions --- <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:48 -05:00
yindo closed this issue 2026-02-20 17:44:48 -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#1472