mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-18 13:31:36 +00:00
# Lint sphinx documentation and fix broken links This PR lints multiple warnings shown in generation of the project documentation (using "make docs_linkcheck" and "make docs_build"). Additionally documentation internal links to (now?) non-existent files are modified to point to existing documents as it seemed the new correct target. The documentation is not updated content wise. There are no source code changes. Fixes # (issue) - broken documentation links to other files within the project - sphinx formatting (linting) ## Before submitting No source code changes, so no new tests added. --------- Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
29 lines
712 B
ReStructuredText
29 lines
712 B
ReStructuredText
====================
|
|
Experimental Modules
|
|
====================
|
|
|
|
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:
|