events主体框架完成

This commit is contained in:
UnCLAS-Prommer
2025-08-27 21:51:29 +08:00
parent 2cec83e0dc
commit 8a55e14aa4
9 changed files with 190 additions and 143 deletions

View File

@@ -23,6 +23,7 @@ from .component_types import (
EventType,
MaiMessages,
ToolParamType,
CustomEventHandlerResult,
)
from .config_types import ConfigField
@@ -46,4 +47,5 @@ __all__ = [
"BaseEventHandler",
"MaiMessages",
"ToolParamType",
"CustomEventHandlerResult",
]