memory_export_graph
Export memories into an interactive HTML knowledge graph. Adjust the similarity threshold to control which connections appear, revealing relationships between memory nodes.
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 |
|---|---|---|---|
| min_score | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |