export_graph_html
Export the current memory graph as an interactive HTML visualization for visual inspection. Returns the output path and graph counts. Optionally specify file path and enable physics-based layout.
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. |