find_clusters
Find clusters of semantically similar memories. Returns suggested groups that may benefit from consolidation or organization.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project | string | No | Filter by project |
topic | string | No | Filter by topic |
Return Value
Section titled “Return Value”Returns an array of clusters, each containing member memories and a suggested consolidation.
Examples
Section titled “Examples”Find clusters in a project
Section titled “Find clusters in a project”{ "project": "my-project"}Find clusters by topic
Section titled “Find clusters by topic”{ "project": "my-project", "topic": "architecture"}Workflow
Section titled “Workflow”- Run
find_clustersto discover similar groups - Review the suggested clusters
- Write a concise summary for each cluster
- Use
consolidatewith the member IDs and your summary
Related Tools
Section titled “Related Tools”- consolidate — Act on discovered clusters
- detect_communities — Graph-based grouping
- organize — Re-topic without consolidating