consolidate
Identify groups of redundant or overlapping memories by clustering highly similar items. Review the proposals, write a synthesis, then merge to reduce clutter.
Instructions
Propose groups of redundant/overlapping memories to merge (READ-ONLY).
Finds clusters of highly-similar memories. Nothing is modified: review the groups, write a synthesis yourself, then call merge_memories(...) — the sources get marked superseded (never deleted, always recoverable).
Args: project: Scope to a project (None = whole brain). threshold: Cosine similarity above which two memories are considered redundant. max_groups: Max candidate groups to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| threshold | No | ||
| max_groups | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |