What problem does it solve?
Analyze the structure of knowledge graphs to surface patterns, risks, and opportunities that are invisible when examining individual nodes.
Core Features & Use Cases
- Triangles — identify synthesis opportunities by spotting missing links between related entities.
- Bridges — highlight critical connectors whose removal disconnects subgraphs.
- Clusters — expose isolated subgraphs to target data cleaning and integration.
- Hubs — surface high-degree nodes to prioritize governance and quality checks.
- Siblings — find items sharing topics but not yet connected to compare and consolidate.
- Forward/backward traversal — explore relationships from a given node to map influence paths.
- Orphans — locate nodes with no connections to improve coverage.
- Staleness scan — detect outdated edges that require content refresh.
Quick Start
Run /graph to view the overview and then drill into patterns with subcommands such as /graph triangles, /graph bridges, /graph clusters, and /graph hubs.