memory_admin
Perform memory administration tasks including status checks, deduplication, garbage collection, and reindexing to maintain efficient token storage.
Instructions
Single dispatch for all memory admin / maintenance ops (status, doctor, dedup_sweep, distill, roi_gc, consistency, vector_reindex, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | Which memory-admin sub-operation to run. | |
| limit | No | Pagination/limit (where applicable). | |
| dry_run | No | Preview-only mode for sweeps/garbage collectors. | |
| project_root | No | Filter by project (where applicable). |