visualize_graph
Visualize persistent knowledge graph entities as an interactive HTML graph. Nodes are colored by type and sized by importance for quick pattern recognition.
Instructions
Generate a self-contained interactive HTML page with a D3.js force-directed graph visualization. Nodes are colored by type and sized by importance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title for the graph visualization | |
| maxEntities | No | Maximum entities to include (default: 100) |