2026-07-15 17:56:41 +08:00

22 lines
687 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Runtime
状态todo
期望阶段P1
## 目标
建立一个常驻本地 Runtime。它是唯一的状态写入者也是 Agent、Tool 和未来客户端的运行宿主。
## 已确定
- 技术基础为 TypeScript + Node.js + monorepo。
- CLI 从第一天起连接常驻 Runtime而不是把 Runtime 嵌入在 CLI 进程中。
- Runtime 负责 Space、Conversation、Run、本地数据和 Tool 执行。
- Web 与 Desktop 以后只是同一 Runtime 的客户端,不重复 Agent 逻辑。
## 待细化
- CLI 与 Runtime 的本地通信方式。
- Node 版本、包管理器、monorepo 工具和包边界。
- Runtime 启动、健康检查、单实例和停止行为。