openclaw memory
管理语义记忆的索引和搜索。
由当前激活的 memory plugin 提供(默认: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(默认:所有已配置的 agents)。--verbose:在探测和索引过程中输出详细日志。
说明:
memory status --deep会探测向量和 embedding 的可用性。memory status --deep --index会在存储脏数据时运行重新索引。memory index --verbose会打印每个阶段的详细信息(provider、模型、来源、批处理活动)。memory status会包含通过memorySearch.extraPaths配置的额外路径。