This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Commit d802f05
committed
feat(docs): add Graph Storyteller - autonomous narrative analysis tool
Adds an interactive tool that analyzes graph structure and generates
engaging natural-language narratives. Features:
- 8 graph presets (Karate Club, Star, Ring, K6, Tree, Petersen, Grid, Random)
- Adjacency list input with edge parsing
- Force-directed Canvas visualization with node highlighting
- Multi-section narrative: Overview, Characters, Neighborhoods, Architecture, Vulnerabilities, Forecast, Verdict
- Algorithms: degree analysis, BFS components, diameter, clustering coefficient, bipartiteness, bridges (Tarjan), articulation points, label propagation communities
- Typing animation effect with speed control
- Copy/download export
- Interactive node pills that highlight in the graph on hover
Usage: Open docs/storyteller.html, load a preset or paste edges, click Tell the Story.1 parent 657a3eb commit d802f05
2 files changed
Lines changed: 542 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
| |||
0 commit comments