mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-08-28 03:39:58 -04:00
f329196cf4
Creating an experimental agents folder, containing BabyAGI, AutoGPT, and later, other examples --------- Co-authored-by: Rahul Behal <rahulbehal01@hotmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
4 lines
102 B
Python
4 lines
102 B
Python
from langchain.experimental.autonomous_agents.baby_agi.baby_agi import BabyAGI
|
|
|
|
__all__ = ["BabyAGI"]
|