[PR #899] [MERGED] [Docs] Improve create_react_agent docstring #1765

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

📋 Pull Request Information

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

Base: mainHead: wfh/expand_docstring


📝 Commits (4)

📊 Changes

3 files changed (+53 additions, -5 deletions)

View changed files

📝 libs/langgraph/langgraph/prebuilt/chat_agent_executor.py (+43 -0)
📝 libs/langgraph/langgraph/prebuilt/tool_executor.py (+9 -5)
📝 libs/langgraph/langgraph/prebuilt/tool_node.py (+1 -0)

📄 Description

  • Cleanup parameter formatting
  • Add graphs
  • Walk through example execution

🔄 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/899 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 7/1/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/expand_docstring` --- ### 📝 Commits (4) - [`459dd3c`](https://github.com/langchain-ai/langgraph/commit/459dd3c481cab7821012e6b7c2e12aeef5e6359b) [Docs] Improve create_react_agent docstring - [`6d551fa`](https://github.com/langchain-ai/langgraph/commit/6d551fa62cdbb1c09d98a362509dc4a93e3e0a80) te - [`0c2b38d`](https://github.com/langchain-ai/langgraph/commit/0c2b38db6b96112febf77a8dbb7bd593d671ccf6) tn - [`55afb43`](https://github.com/langchain-ai/langgraph/commit/55afb43597c639f29484cd27a003dd8b7c725a7c) update ### 📊 Changes **3 files changed** (+53 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/prebuilt/chat_agent_executor.py` (+43 -0) 📝 `libs/langgraph/langgraph/prebuilt/tool_executor.py` (+9 -5) 📝 `libs/langgraph/langgraph/prebuilt/tool_node.py` (+1 -0) </details> ### 📄 Description - Cleanup parameter formatting - Add graphs - Walk through example execution --- <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:45:30 -05:00
yindo closed this issue 2026-02-20 17:45:30 -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#1765