mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-03 14:24:24 +01:00
* Remove dead agent manager --------- Co-authored-by: Reinier van der Leer <github@pwuts.nl>
4 lines
59 B
Python
4 lines
59 B
Python
from autogpt.agent.agent import Agent
|
|
|
|
__all__ = ["Agent"]
|