mirror of https://github.com/aliasrobotics/cai.git
remove memory
This commit is contained in:
parent
d7b8e8b2c8
commit
66258b0df3
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
"""
|
||||
Memory command for CAI REPL.
|
||||
This module provides commands for managing memory collections.
|
||||
"""
|
||||
Loading…
Reference in New Issue