memory_dedupe
Detects duplicate and over-fragmented memories in a bank, identifying exact chunk_id collisions or normalized-text duplicates. Proposes merging groups with an optional destructive consolidation when commit is enabled.
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 | |||