Build the OS. Reuse the Runtime. Agent 是能力执行层,Runtime 经 Adapter 接入。
| Runtime | 说明 | 接入方式 |
|---|---|---|
| native | 内置轻量 Agent(Model Gateway + Capability 执行) | 默认 |
| hermes | 通用 Agent(Browser/Search/Shell/MCP/Skills/Subagent/Media) | Adapter(已接入,14 项能力映射) |
| opencode | 开源 Coding Agent(多模型 Provider) | Adapter(已接入) |
| codex | 专用 Coding Runtime | Adapter |
Hermes 的成熟能力不重新实现,映射为 EvoAI capability,由 Agent 链路路由到 Hermes 执行:
高风险能力(shell.execute 等)需要审批;所有执行经过 Policy 与 Audit。
Agent 权限不能超过用户权限。Identity → Space → Resource → Action → AI,逐层收敛;高风险操作需人工审批。