agent-topology
Installation
SKILL.md
Agent Topology
Generate interactive architecture diagrams from a JSON topology definition.
Quick Start
- Create a topology JSON file (see
references/schema.mdfor full spec) - Run the generator:
python3 scripts/generate.py topology.json -o diagram.html
- Output is a self-contained HTML file with embedded SVG, CSS, and JS.