openclaw memory

Quản lý việc đánh index và tìm kiếm semantic memory. Được cung cấp bởi memory plugin đang hoạt động (mặc định: memory-core; đặt plugins.slots.memory = "none" để tắt).

Liên quan:

Ví dụ

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

Tùy chọn

Chung:

  • --agent <id>: giới hạn phạm vi cho một agent cụ thể (mặc định: tất cả các agent đã cấu hình).
  • --verbose: hiển thị log chi tiết trong quá trình probe và indexing.

Lưu ý:

  • memory status --deep kiểm tra tính khả dụng của vector + embedding.
  • memory status --deep --index chạy reindex nếu store đang dirty.
  • memory index --verbose in ra chi tiết từng giai đoạn (provider, model, sources, batch activity).
  • memory status bao gồm các đường dẫn bổ sung được cấu hình qua memorySearch.extraPaths.