重构整个插件系统,尝试恢复可启动性,新增插件系统maibot-plugin-sdk依赖

This commit is contained in:
DrSmoothl
2026-03-07 19:40:51 +08:00
parent 2e3dd44ee9
commit ce8d8dfd0a
90 changed files with 3785 additions and 10061 deletions

7
src/services/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
"""
核心服务层
提供与具体插件系统无关的核心业务服务。
内部模块chat、dream、memory 等)应直接使用此层,
而 plugin_system.apis 仅作为面向插件的薄包装。
"""