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로 범위 지정 (기본값: 구성된 모든 agent).
- --verbose: 프로브 및 인덱싱 중 상세 로그 출력.
참고:
- memory status --deep은 vector + embedding 가용성을 프로브합니다.
- memory status --deep --index는 저장소가 dirty 상태일 때 재인덱싱을 실행합니다.
- memory index --verbose는 단계별 세부 정보를 출력합니다 (provider, model, sources, 배치 활동).
- memory status는 memorySearch.extraPaths를 통해 구성된 추가 경로를 포함합니다.