docs(memory): record memory system architecture

This commit is contained in:
hotwa
2026-03-17 19:19:12 +08:00
parent 75d16421bc
commit 067e38f7e8
2 changed files with 135 additions and 0 deletions

View File

@@ -33,9 +33,18 @@
- 对速度要求高的 subagent 任务,优先使用 `vllm_messages/Qwen3.5-27B`
- 若 vLLM 不可用,再 fallback 到 mac-5/mac-6/mac-7 的 oMLX 节点
- 本机优先使用 localhost/127.0.0.1,减少 tailscale 网卡不稳定带来的失败
- 已将 lossless-claw 显式绑定为 `plugins.slots.contextEngine`
- 保持 `memory.backend = qmd`
- 已显式设置 `memory.qmd.sessions.enabled = false`,避免 QMD sessions indexing 与 lossless-claw 的会话召回能力重叠
- 已将 `agents.defaults.memorySearch` 配置为本机 oMLX embeddings
- provider: `openai`
- model: `bge-m3-mlx-fp16`
- baseUrl: `http://127.0.0.1:8000/v1`
- 当前主记忆检索仍然是 QMDLCM 负责上下文恢复;本机 oMLX embeddings 作为内建 memorySearch 的已配置能力保留
- 目前已确认:
- provider / model 注册已完成
- gateway 已执行重启调度以加载新配置
- 仍需后续继续验证:
- `sessions_spawn(runtime="subagent")``local-mac5/local-mac6/local-mac7` 上的真实调度行为
- `nodes run -> harness/opencode/acpx` 超时根因
- gateway 重启后 memory / context engine 新配置的实际运行行为