docs: add a how-to guide for managing message history in create_react_agent (#4149)

This commit is contained in:
Vadym Barda
2025-04-03 16:00:11 +00:00
committed by GitHub
parent 7ed5288f8f
commit 0bbf5829e8
9 changed files with 1076 additions and 696 deletions
File diff suppressed because one or more lines are too long
+1
View File
@@ -163,6 +163,7 @@ These guides show how to use the prebuilt ReAct agent:
- [How to add human-in-the-loop processes to a ReAct agent](create-react-agent-hitl.ipynb)
- [How to return structured output from a ReAct agent](create-react-agent-structured-output.ipynb)
- [How to add semantic search for long-term memory to a ReAct agent](memory/semantic-search.ipynb#using-in-create-react-agent)
- [How to manage message history in a ReAct agent](create-react-agent-manage-message-history.ipynb)
Interested in further customizing the ReAct agent? This guide provides an
overview of its underlying implementation to help you customize for your own needs: