feat(extension): 实现 Skill 与 Plugin Runtime 基础

This commit is contained in:
2026-08-27 23:52:29 +08:00
parent 4371052a89
commit e045b9ce8b
9 changed files with 513 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
from app.extensions.runtime import (
AgentConfiguration,
ExtensionError,
PluginRuntime,
SkillRuntime,
)
__all__ = ["AgentConfiguration", "ExtensionError", "PluginRuntime", "SkillRuntime"]