memory_dedupe
Identify duplicate or over-fragmented memory entries in a bank and propose merge groups. Use read-only mode for detection, then commit to consolidate and reduce redundancy.
Instructions
Find duplicate / over-fragmented memories in a bank and propose merging.
Detects exact chunk_id collisions and normalized-text duplicates, returns
the proposed groups. With commit=True runs consolidation (destructive);
read-only by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank | No | infra | |
| commit | No | ||
| sample_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||