From a32c85951eb3d15fa5a491a33558c53bf81d564f Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Fri, 7 Apr 2023 10:01:23 -0700 Subject: [PATCH] agent docs (#2551) --- docs/modules/agents/agents.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/agents/agents.rst b/docs/modules/agents/agents.rst index 3557bf31..da2dbb8e 100644 --- a/docs/modules/agents/agents.rst +++ b/docs/modules/agents/agents.rst @@ -26,6 +26,8 @@ For documentation on how to create a custom agent, see the below. ./agents/custom_llm_agent.ipynb ./agents/custom_llm_chat_agent.ipynb ./agents/custom_mrkl_agent.ipynb + ./agents/custom_multi_action_agent.ipynb + ./agents/custom_agent_with_tool_retrieval.ipynb We also have documentation for an in-depth dive into each agent type.