AutoGPT/autogpt/agent/__init__.py

5 lines
128 B
Python

from autogpt.agent.agent import Agent
from autogpt.agent.agent_manager import AgentManager
__all__ = ["Agent", "AgentManager"]