From b21c485ad569cdd82bcac0e3ee017add452b1aed Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 3 Apr 2023 08:35:48 -0700 Subject: [PATCH] custom agent docs (#2342) --- docs/modules/agents/agents.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/modules/agents/agents.rst b/docs/modules/agents/agents.rst index e9567557..3557bf31 100644 --- a/docs/modules/agents/agents.rst +++ b/docs/modules/agents/agents.rst @@ -17,13 +17,15 @@ For a high level overview of the different types of agents, see the below docume For documentation on how to create a custom agent, see the below. -We also have documentation for an in-depth dive into each agent type. .. toctree:: :maxdepth: 1 :glob: ./agents/custom_agent.ipynb + ./agents/custom_llm_agent.ipynb + ./agents/custom_llm_chat_agent.ipynb + ./agents/custom_mrkl_agent.ipynb We also have documentation for an in-depth dive into each agent type.