创建了新的反注入

This commit is contained in:
明天好像没什么
2025-11-09 12:31:38 +08:00
committed by Windpicker-owo
parent 1c83d3540c
commit 5d7d19625e
36 changed files with 1930 additions and 2600 deletions

View File

@@ -29,6 +29,7 @@ from .component_types import (
ToolParamType,
)
from .config_types import ConfigField
from .plugin_metadata import PluginMetadata
from .plus_command import PlusCommand, create_plus_command_adapter
__all__ = [
@@ -51,6 +52,7 @@ __all__ = [
"EventType",
"MaiMessages",
"PluginInfo",
"PluginMetadata",
# 增强命令系统
"PlusCommand",
"PlusCommandAdapter",