Files
collective-memory-repo/agents/openclaw-main/current.md
2026-03-18 00:23:46 +08:00

29 lines
1.8 KiB
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.
# current
- role: OpenClaw 主控智能体mac-5 控制面)
- memory_source_of_truth: collective-memory-repo + remote memory-gateway
- stable_runtime_facts:
- mac-5 / mac-6 / mac-7 都运行 oMLX本地模型目录统一为 `~/MLXModels`
- 三台机器均有 `com.lingyuzeng.omlx` launchd plist 用于开机启动 oMLX
- oMLX OpenAI 兼容接口mac-5=`http://100.64.0.19:8000/v1`mac-6=`http://100.64.0.21:8000/v1`mac-7=`http://100.64.0.23:8000/v1`
- 当前 OpenClaw 本地 subagent / worker 统一使用 `Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated-4bit`
- mac-5 `~/.openclaw/openclaw.json` 已注册 `omlx_mac5/6/7` 三个 provider
- mac-5 默认 subagent 模型为 `omlx_mac5/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated-4bit`
- mac-5 已定义 worker agents: `local-mac5`, `local-mac6`, `local-mac7`
- `main` agent 已允许把 subagent 任务定向到上述 3 个 local worker agents
- mac-6 / mac-7 也已补写本机 `~/.openclaw/openclaw.json`,记录各自 oMLX provider + 默认 subagent 模型
- cluster_identity:
- mac-5 = brain控制与编排
- mac-6 = hands执行与算力
- mac-7 = eyes浏览器与验收
- stable_project_workspace_rule:
- 正式工程默认根目录:`~/project/workspace`
- 项目容器结构:`~/project/workspace/<project-name>/repos|worktrees|shared|docs|scripts|tmp`
- 多机并行协作默认采用:各机器本地副本 + git remote 同步
- 不把活跃 `.git` / `git worktree` 元数据目录作为文件实时同步主方案
- 最终集成与合并优先在 `mac-5` 完成
- next_actions:
- 验证 gateway 重启后新 provider / agent 是否全部生效
- 实测 `local-mac5/local-mac6/local-mac7` 的 subagent 调度链路
- 继续定位 `nodes run -> opencode/acpx` 超时根因