memory_visualize
Visualize stored memories as an interactive HTML graph with semantic clusters, similarity edges, duplicate detection, importance distribution, and growth timeline.
Instructions
Generate an interactive HTML visualization of the memory graph. Shows semantic clusters, similarity edges, duplicate detection, importance distribution, and growth timeline. Returns the HTML as text or writes it to a file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Scope to visualize (default: all accessible scopes) | |
| threshold | No | Cosine similarity threshold for drawing edges between memories (0.0-1.0, default: 0.65) | |
| output_path | No | File path to write the HTML output. If omitted, returns the HTML content directly. | |
| max_neighbors | No | Maximum edges per node (default: 4) |