Plugin 指南
Modular by design. 按需安装能力。
生命周期
Install → Load → Start → Running → Upgrade → Rollback → Uninstall
内置插件
| 插件 | 提供能力 |
| evoai.system-info | system.info / system.ping |
| evoai.hello | hello.greet |
管理插件
# API
GET /v1/plugins # 列表
POST /v1/plugins/evoai.hello/stop # 停止
POST /v1/plugins/evoai.hello/start# 启动
# CLI
evoai plugin list
Plugin Manifest
id / name / version / runtime / capabilities / permissions / dependencies
插件通过 Capability 暴露能力,权限受 Policy 约束,敏感操作需审批并记录审计。