跳到主要内容

clawdbot memory

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

相关内容:

示例

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

选项

通用选项:

  • --agent <id>:作用域限定为单个代理(默认:所有已配置的代理)。
  • --verbose:在探测和索引期间输出详细日志。

注意事项:

  • memory status --deep 探测向量(vector)+ 嵌入(embedding)的可用性。
  • memory status --deep --index 如果存储已脏(dirty),则运行重新索引。
  • memory index --verbose 打印各阶段的详细信息(提供商、模型、源、批处理活动)。