memo_consolidate
Find groups of near-duplicate memories and receive merge recommendations, leaving the original corpus unchanged.
Instructions
Detect near-duplicate clusters and propose merges.
Read-only — returns proposals without modifying the corpus.
Uses the AdvancedConsolidator under the hood (same as
memo_consolidate_list_archived). With client sampling enabled,
merge synthesis runs on the calling model up to
MEMO_SAMPLING_MAX_CALLS (see synthesizer field).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional filter by memory type. | |
| threshold | No | Cosine similarity threshold (default 0.85). | |
| max_clusters | No | Maximum clusters to process (default 20). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||