feat:移除mood,但是加入mood_api

This commit is contained in:
SengokuCola
2025-09-25 18:23:10 +08:00
parent 1ef4938080
commit 85320f6d50
5 changed files with 89 additions and 5 deletions

View File

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