export_graph_html
Export the memory graph to an interactive HTML file for visual inspection. Returns the output path and graph counts.
Instructions
Export the current memory graph as an interactive HTML visualization. Use when a human needs to inspect the graph visually. Returns the output path and graph counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No | Optional destination HTML file path. If omitted, Waggle chooses an export path. | |
| include_physics | No | Whether the visualization should use physics-based node layout. |