remove:主动发言api

This commit is contained in:
SengokuCola
2025-12-29 20:27:05 +08:00
parent 72ef7bade2
commit ff9c135c5f
2 changed files with 0 additions and 58 deletions

View File

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