[PR #464] [MERGED] Add pointers to create_react_agent in how-tos where appropriate #1487

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

📋 Pull Request Information

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

Base: mainHead: wfh/admonition


📝 Commits (4)

📊 Changes

8 files changed (+64 additions, -17 deletions)

View changed files

📝 Makefile (+14 -10)
📝 docs/_scripts/copy_notebooks.py (+0 -1)
📝 examples/async.ipynb (+9 -1)
📝 examples/chat_agent_executor_with_function_calling/dynamically-returning-directly.ipynb (+9 -1)
📝 examples/human-in-the-loop.ipynb (+8 -1)
📝 examples/persistence.ipynb (+8 -1)
📝 examples/streaming-tokens.ipynb (+8 -1)
📝 examples/time-travel.ipynb (+8 -1)

📄 Description

It still makes sense to be verbose-yet-transparent I think so that the how-tos remain generally applicable. However ,for people coming from the AgentExecutor, this admonition will point them to the easier high level constructor


🔄 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/464 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/15/2024 **Status:** ✅ Merged **Merged:** 5/15/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/admonition` --- ### 📝 Commits (4) - [`ef379dd`](https://github.com/langchain-ai/langgraph/commit/ef379dd42c5040f3a2244de9d4b6a8a289844187) tmp - [`16537ad`](https://github.com/langchain-ai/langgraph/commit/16537adc3f29c230cf10f704fecff584a27b8643) Add pointer to create_react_agent where appropriate - [`3aa1193`](https://github.com/langchain-ai/langgraph/commit/3aa1193db0b93286fba833a38ee4ee13e92c2b3f) bd - [`08bce8f`](https://github.com/langchain-ai/langgraph/commit/08bce8f7d7bf27bd1270ed7cb88de5cf6396b83e) undo ### 📊 Changes **8 files changed** (+64 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+14 -10) 📝 `docs/_scripts/copy_notebooks.py` (+0 -1) 📝 `examples/async.ipynb` (+9 -1) 📝 `examples/chat_agent_executor_with_function_calling/dynamically-returning-directly.ipynb` (+9 -1) 📝 `examples/human-in-the-loop.ipynb` (+8 -1) 📝 `examples/persistence.ipynb` (+8 -1) 📝 `examples/streaming-tokens.ipynb` (+8 -1) 📝 `examples/time-travel.ipynb` (+8 -1) </details> ### 📄 Description It still makes sense to be verbose-yet-transparent I think so that the how-tos remain generally applicable. However ,for people coming from the AgentExecutor, this admonition will point them to the easier high level constructor --- <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:51 -05:00
yindo closed this issue 2026-02-20 17:44:51 -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#1487