feat: 集成新版本插件运行时,支持事件桥接与命令处理

This commit is contained in:
DrSmoothl
2026-03-06 16:37:56 +08:00
parent d5cf4c9b8b
commit baae2df154
15 changed files with 385 additions and 25 deletions

View File

@@ -11,10 +11,10 @@
from typing import Any
import logging
from src.common.logger import get_logger
import re
logger = logging.getLogger("plugin_runtime.host.component_registry")
logger = get_logger("plugin_runtime.host.component_registry")
class RegisteredComponent: