memory_export_graph
Generate an interactive HTML knowledge graph from stored memories, with adjustable similarity threshold for edge filtering.
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 |