feat(extension): 实现 Skill 与 Plugin Runtime 基础
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from app.extensions.runtime import (
|
||||
AgentConfiguration,
|
||||
ExtensionError,
|
||||
PluginRuntime,
|
||||
SkillRuntime,
|
||||
)
|
||||
|
||||
__all__ = ["AgentConfiguration", "ExtensionError", "PluginRuntime", "SkillRuntime"]
|
||||
Reference in New Issue
Block a user