feat:添加主动发言相关api

This commit is contained in:
SengokuCola
2025-11-04 21:20:59 +08:00
parent 3a6dfbbe06
commit 6adc972e53
4 changed files with 57 additions and 1 deletions

View File

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