window_graph_viz
Export and visualize the context-window graph as an interactive HTML file, where nodes represent chat sessions and edges indicate overlap, supersession, temporal order, or shared scope.
Instructions
Export the context-window graph as an interactive HTML visualization. Each node is a chat/session window and edges show overlap, supersession, temporal order, or shared scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Optional project/repository scope whose context-window graph should be exported. | |
| 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. |