What problem does it solve?
Prevents bloated LanceDB vector memory and excessive token usage by auditing, cleaning, and reseeding stored memories so the agent only recalls relevant facts.
Core Features & Use Cases
- Audit memory: Inspect vector entries to identify junk, low-importance, or duplicate memories and surface items causing high token use.
- Clean and reseed: Remove the LanceDB store safely and repopulate it with curated key facts such as user preferences, important decisions, and lessons learned.
- Automate maintenance: Disable autoCapture to stop noisy auto-saves and schedule monthly maintenance jobs to wipe and reseed memory automatically.
- Use case: When a long-running Clawdbot accumulates transient status messages and irrelevant logs that cause frequent, costly auto-recalls, run an audit, wipe the LanceDB store, and reseed only high-value facts to restore efficient behavior.
Quick Start
Run an audit to list top memory entries, disable autoCapture, wipe the LanceDB store, and reseed key facts from MEMORY.md to restore a concise memory.