docs(memory): add subagent scheduling rules and daily notes

This commit is contained in:
hotwa
2026-03-17 18:54:41 +08:00
parent 9999e3c668
commit 75d16421bc
3 changed files with 116 additions and 2 deletions

View File

@@ -2,6 +2,17 @@
- 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 模型
- next_actions:
- 完成远程 memory-gateway 联调
- 按任务将阶段结论沉淀到 shared/long-term
- 验证 gateway 重启后新 provider / agent 是否全部生效
- 实测 `local-mac5/local-mac6/local-mac7` 的 subagent 调度链路
- 继续定位 `nodes run -> opencode/acpx` 超时根因