memory_export_graph
Export agent memories as an interactive HTML knowledge graph, saving nodes and similarity edges to a file for visual review of stored context.
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 |