update mac cluster roles to brain hands eyes

This commit is contained in:
hotwa
2026-03-18 00:12:20 +08:00
parent 2ac25fabf8
commit 2d551dbf53
5 changed files with 42 additions and 13 deletions

View File

@@ -8,16 +8,15 @@
# MEMORY.md - Long-Term Memory
## OpenClaw 集群架构2026-03-10 更新)
## OpenClaw 集群架构2026-03-18 更新)
- 控制面唯一 Gateway 在 **mac-5**
- 执行节点为 **mac-6 / mac-7**,均为 Node Host不运行 Gateway
- **mac-5 = brain**:控制面唯一 Gateway负责编排、记忆主入口、全局调度
- **mac-6 = hands**执行与算力节点负责构建、脚本、CLI agent、批处理等通用执行
- **mac-7 = eyes**浏览器与验收节点负责网页访问、自动化验证、截图、browser-first 检查。
- `mac-6 / mac-7` 均为 Node Host不运行 Gateway
- **mac-8 已下线**,已从当前调度与记忆基线中移除。
- 对外统一入口通过 Caddy 的 HTTPS/WSS 反代(当前说明含 `mac5.hs.jmsu.top:8443`,运行态摘要也提到 `bot.jmsu.top:443`,以实际部署配置为准)。
- 节点生命周期:`node run/install -> Pending -> devices approve -> Online -> nodes run 调度`
- 角色建议:
- mac-6: Executor / Build
- mac-7: Browser / Web Verify
- 原则:除 mac-5 外,其他机器禁止启动 Gateway。
## 协作与权限原则
@@ -42,7 +41,11 @@
## 身份与运行角色
- 身份文件:`IDENTITY.md`
- 当前运行定位:驻守 `mac-5` 控制面,调度 `mac-6/7` 执行节点完成任务
- 当前运行定位:驻守 `mac-5` **brain** 位,统一编排并调度 `mac-6`hands`mac-7`eyes
- 任务分发默认心智模型:
- 需要控制、汇总、决策、记忆写入 → `mac-5`
- 需要执行、构建、脚本、算力 → `mac-6`
- 需要浏览器、页面验证、验收 → `mac-7`
## 当前集群调用经验2026-03-10