mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
36 lines
747 B
ReStructuredText
36 lines
747 B
ReStructuredText
|
Agents
|
||
|
=============
|
||
|
|
||
|
.. note::
|
||
|
`Conceptual Guide <https://docs.langchain.com/docs/components/agents/agent>`_
|
||
|
|
||
|
|
||
|
In this part of the documentation we cover the different types of agents, disregarding which specific tools they are used with.
|
||
|
|
||
|
For a high level overview of the different types of agents, see the below documentation.
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 1
|
||
|
:glob:
|
||
|
|
||
|
./agents/agent_types.md
|
||
|
|
||
|
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
|
||
|
|
||
|
We also have documentation for an in-depth dive into each agent type.
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 1
|
||
|
:glob:
|
||
|
|
||
|
./agents/examples/*
|
||
|
|