aboutsummaryrefslogtreecommitdiff
path: root/autogpt/core/memory/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpt/core/memory/__init__.py')
-rw-r--r--autogpt/core/memory/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/autogpt/core/memory/__init__.py b/autogpt/core/memory/__init__.py
deleted file mode 100644
index eeba203a6..000000000
--- a/autogpt/core/memory/__init__.py
+++ /dev/null
@@ -1,3 +0,0 @@
-"""The memory subsystem manages the Agent's long-term memory."""
-from autogpt.core.memory.base import Memory
-from autogpt.core.memory.simple import MemorySettings, SimpleMemory