mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
docs: add page on creating react agent from scratch (#1626)
--------- Co-authored-by: vbarda <vadym@langchain.dev>
This commit is contained in:
co-authored by
vbarda
parent
db306cd01b
commit
1c9b1d29c3
@@ -72,6 +72,7 @@ _MANUAL = {
|
||||
"langsmith_graph_trace.png",
|
||||
"run-id-langsmith.ipynb",
|
||||
"react-agent-structured-output.ipynb",
|
||||
"react-agent-from-scratch.ipynb"
|
||||
],
|
||||
"tutorials": [
|
||||
"introduction.ipynb",
|
||||
|
||||
@@ -98,3 +98,4 @@ Please note that here will we use a **prebuilt agent**. One of the big benefits
|
||||
- [How to add memory to a ReAct agent](create-react-agent-memory.ipynb)
|
||||
- [How to add a custom system prompt to a ReAct agent](create-react-agent-system-prompt.ipynb)
|
||||
- [How to add human-in-the-loop processes to a ReAct agent](create-react-agent-hitl.ipynb)
|
||||
- [How to create prebuilt ReAct agent from scratch](react-agent-from-scratch.ipynb)
|
||||
@@ -183,6 +183,7 @@ nav:
|
||||
- Add memory to a ReAct agent: how-tos/create-react-agent-memory.ipynb
|
||||
- Add a system prompt to a ReAct agent: how-tos/create-react-agent-system-prompt.ipynb
|
||||
- Add Human-in-the-loop to a ReAct agent: how-tos/create-react-agent-hitl.ipynb
|
||||
- Create prebuilt ReAct agent from scratch: how-tos/react-agent-from-scratch.ipynb
|
||||
- "Conceptual Guides":
|
||||
- "concepts/index.md"
|
||||
- LangGraph for Agentic Applications: concepts/high_level.md
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user