`moltbot memory`

`moltbot memory`

适用范围

使用本页面当:

  • 需要索引或搜索语义记忆
  • 正在调试记忆可用性或索引

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

相关:

示例

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

选项

常用:

  • --agent <id>: 将范围限定为单个 agent(默认:所有配置的 agent)。
  • --verbose: 在探测和索引期间发出详细日志。

说明:

  • memory status --deep 探测向量 + 嵌入可用性。
  • memory status --deep --index 在存储脏时运行重新索引。
  • memory index --verbose 打印每个阶段的详细信息(提供商、模型、源、批处理活动)。