aboutsummaryrefslogtreecommitdiff
path: root/autogpt/core/agent/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpt/core/agent/__init__.py')
-rw-r--r--autogpt/core/agent/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/autogpt/core/agent/__init__.py b/autogpt/core/agent/__init__.py
deleted file mode 100644
index 9324042b1..000000000
--- a/autogpt/core/agent/__init__.py
+++ /dev/null
@@ -1,3 +0,0 @@
-"""The Agent is an autonomouos entity guided by a LLM provider."""
-from autogpt.core.agent.base import Agent
-from autogpt.core.agent.simple import AgentSettings, SimpleAgent