mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
87e502c6bc
Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
29 lines
704 B
ReStructuredText
29 lines
704 B
ReStructuredText
====================
|
|
Experimental
|
|
====================
|
|
|
|
This module contains experimental modules and reproductions of existing work using LangChain primitives.
|
|
|
|
Autonomous agents
|
|
------------------
|
|
|
|
Here, we document the BabyAGI and AutoGPT classes from the langchain.experimental module.
|
|
|
|
.. autoclass:: langchain.experimental.BabyAGI
|
|
:members:
|
|
|
|
.. autoclass:: langchain.experimental.AutoGPT
|
|
:members:
|
|
|
|
|
|
Generative agents
|
|
------------------
|
|
|
|
Here, we document the GenerativeAgent and GenerativeAgentMemory classes from the langchain.experimental module.
|
|
|
|
.. autoclass:: langchain.experimental.GenerativeAgent
|
|
:members:
|
|
|
|
.. autoclass:: langchain.experimental.GenerativeAgentMemory
|
|
:members:
|