remove:移除情绪功能

This commit is contained in:
SengokuCola
2025-12-07 00:56:06 +08:00
parent d7cf57f48e
commit eb86d3ed43
14 changed files with 36 additions and 316 deletions

View File

@@ -19,7 +19,6 @@ from src.plugin_system.apis import (
send_api,
tool_api,
frequency_api,
mood_api,
auto_talk_api,
)
from .logging_api import get_logger
@@ -42,6 +41,5 @@ __all__ = [
"register_plugin",
"tool_api",
"frequency_api",
"mood_api",
"auto_talk_api",
]