diff --git a/src/plugins/chat/__init__.py b/src/plugins/chat/__init__.py index 39f3ddfbd..78e026ca7 100644 --- a/src/plugins/chat/__init__.py +++ b/src/plugins/chat/__init__.py @@ -18,7 +18,6 @@ from ..memory_system.memory import hippocampus from .message_sender import message_manager, message_sender from .storage import MessageStorage from src.common.logger import get_module_logger -# from src.think_flow_demo.current_mind import subheartflow from src.think_flow_demo.outer_world import outer_world from src.think_flow_demo.heartflow import subheartflow_manager