get_topics
Detect topic clusters in memory using community detection to understand main themes. Returns labeled clusters with representative nodes and tags.
Instructions
Detect topic clusters in the graph using community detection. Use to understand the main themes in memory. Returns labeled clusters with representative nodes and tags. Note: scope filtering (project, agent_id, session_id) is optional and silently ignored — topic detection always runs across the full tenant graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Optional agent or client identifier used to partition memory. | |
| project | No | Optional project or workspace name used to partition memory. | |
| session_id | No | Optional conversation or run identifier used to partition memory. |