memory_export_graph
Export memories as an interactive HTML knowledge graph to visualize relationships and connections between stored information.
Instructions
Export memories as interactive HTML knowledge graph.
Args: output_path: Path to save HTML file (default: ~/memories_graph.html) min_score: Minimum similarity score for edges (default: 0.25)
Returns: Dictionary with path, node count, edge count, and tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No | ||
| min_score | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |