dedup_scan
Identify duplicate or contradictory memory pairs using semantic or lexical similarity. Returns candidate pairs with scores for agent review and resolution.
Instructions
Surface likely-duplicate/contradictory memory pairs.
Semantic (cosine over the embedded store) when vectors are available,
lexical overlap otherwise -- each pair carries its method. Same-
domain/session checkpoint pairs are excluded (timelines, not dups)
and checkpoint pairs rank below durable-type pairs. Not an automatic
merge -- returns candidate pairs + similarity score for the agent to
review and decide (link_memories / edit_memory / forget as
appropriate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| limit | No | ||
| domain | No | ||
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |