跳转到主要内容

openclaw memory

管理语义记忆的索引与搜索。 由当前启用的 memory 插件提供(默认:memory-core;设置 plugins.slots.memory = "none" 可禁用)。 相关:

示例

openclaw memory status
openclaw memory status --deep
openclaw memory status --deep --index
openclaw memory status --deep --index --verbose
openclaw memory index
openclaw memory index --verbose
openclaw memory search "release checklist"
openclaw memory status --agent main
openclaw memory index --agent main --verbose

选项

通用:
  • --agent <id>:限定到单个 agent(默认:所有已配置 agent)。
  • --verbose:在探测与索引期间输出详细日志。
备注:
  • memory status --deep 会探测向量与 embedding 可用性。
  • memory status --deep --index 在存储为 dirty 时执行重索引。
  • memory index --verbose 输出各阶段细节(provider、model、sources、batch activity)。
  • memory status 会包含通过 memorySearch.extraPaths 配置的额外路径。