remove memory

This commit is contained in:
Mery-Sanz 2025-05-06 11:08:27 +02:00
parent d7b8e8b2c8
commit 66258b0df3
2 changed files with 0 additions and 5 deletions

View File

@ -25,7 +25,6 @@ from cai.repl.commands.base import (
# Import all command modules
# These imports will register the commands with the registry
from cai.repl.commands import ( # pylint: disable=import-error,unused-import,line-too-long,redefined-builtin # noqa: E501,F401
memory,
help,
graph,
exit,

View File

@ -1,4 +0,0 @@
"""
Memory command for CAI REPL.
This module provides commands for managing memory collections.
"""