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

36 lines
2.3 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
- memory_capture_rule:
- 自我提升self-improvingskill 产生的稳定反思结论、纠错模式、长期偏好,不应只停留在 skill 自身局部记忆中
- 对后续行为有持续指导意义的关键结果,必须同步写入 collective-memory-repo 对应 lane
- 临时性、一次性、上下文强绑定的反思不必强行提升为长期记忆
- 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`
- 项目环境默认优先使用 Pixi每个项目应有 `pixi.toml`
- `.pixi/` 属于本地环境产物,不应纳入 git 跟踪
- 若 Pixi 失效或不适用,可使用 UV 作为后备环境管理方案
- 多机并行协作默认采用:各机器本地副本 + git remote 同步
- 不把活跃 `.git` / `git worktree` 元数据目录作为文件实时同步主方案
- 最终集成与合并优先在 `mac-5` 完成
- next_actions:
- 验证 gateway 重启后新 provider / agent 是否全部生效
- 实测 `local-mac5/local-mac6/local-mac7` 的 subagent 调度链路
- 继续定位 `nodes run -> opencode/acpx` 超时根因