openclaw 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>: 単一のエージェントにスコープします(デフォルト: すべての設定されたエージェント)。
- --verbose: プローブとインデックス化中に詳細ログを出力します。
注意事項:
- memory status --deepは、vector + embeddingの可用性をプローブします。
- memory status --deep --indexは、ストアがdirtyの場合に再インデックス化を実行します。
- memory index --verboseは、フェーズごとの詳細を表示します(プロバイダー、モデル、ソース、バッチアクティビティ)。
- memory statusには、memorySearch.extraPaths経由で設定された追加のパスが含まれます。