2023-06-01 20:06:17 +00:00
|
|
|
====================
|
2023-06-16 18:52:56 +00:00
|
|
|
Experimental
|
2023-06-01 20:06:17 +00:00
|
|
|
====================
|
2023-04-24 01:32:37 +00:00
|
|
|
|
|
|
|
This module contains experimental modules and reproductions of existing work using LangChain primitives.
|
|
|
|
|
2023-06-16 18:52:56 +00:00
|
|
|
Autonomous agents
|
2023-04-24 01:32:37 +00:00
|
|
|
------------------
|
|
|
|
|
|
|
|
Here, we document the BabyAGI and AutoGPT classes from the langchain.experimental module.
|
|
|
|
|
|
|
|
.. autoclass:: langchain.experimental.BabyAGI
|
|
|
|
:members:
|
|
|
|
|
|
|
|
.. autoclass:: langchain.experimental.AutoGPT
|
|
|
|
:members:
|
|
|
|
|
|
|
|
|
2023-06-16 18:52:56 +00:00
|
|
|
Generative agents
|
2023-04-24 01:32:37 +00:00
|
|
|
------------------
|
|
|
|
|
|
|
|
Here, we document the GenerativeAgent and GenerativeAgentMemory classes from the langchain.experimental module.
|
|
|
|
|
|
|
|
.. autoclass:: langchain.experimental.GenerativeAgent
|
|
|
|
:members:
|
|
|
|
|
|
|
|
.. autoclass:: langchain.experimental.GenerativeAgentMemory
|
|
|
|
:members:
|