Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit d802f05

Browse files
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

File tree

docs/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@ <h2>GraphVisual</h2>
4444
<a href="bridges.html" class="sidebar-link"><span class="icon">🌉</span>Bridges &amp; APs</a>
4545
<a href="planarity.html" class="sidebar-link"><span class="icon">📐</span>Planarity</a>
4646
<a href="crossing-game.html" class="sidebar-link"><span class="icon">🔀</span>Crossing Game</a>
47-
<a href="hamiltonian.html" class="sidebar-link"><span class="icon">🔁</span>Hamiltonian</a>
47+
<a href="anomaly.html" class="sidebar-link"><span class="icon">🚨</span>Anomaly Detector</a>
48+
<a href="dominating-set.html" class="sidebar-link"><span class="icon">👑</span>Dominating Set</a>
49+
<a href="vertex-cover.html" class="sidebar-link"><span class="icon">🛡️</span>Vertex Cover</a>
50+
<a href="matching.html" class="sidebar-link"><span class="icon">💍</span>Max Matching</a>
51+
<a href="graph-advisor.html" class="sidebar-link"><span class="icon">🧠</span>Graph Advisor</a>
52+
<a href="graph-evolution.html" class="sidebar-link"><span class="icon">🧬</span>Evolution Sim</a>
53+
<a href="storyteller.html" class="sidebar-link"><span class="icon">📖</span>Graph Storyteller</a>
4854
</div>
4955
<div class="sidebar-section">
5056
<div class="sidebar-section-title">Architecture</div>

0 commit comments

Comments
 (0)