agentdiagrams — the fleet's real diagrams
Diagrams of this Cloudflare Workers fleet, drawn only from data the fleet actually records.
Everything on this page is baked from workers/build-graph.json — the dependency graph
scripts/build-graph.py --generate derives from every worker's real source — plus links to
the diagrams sibling sites already ship. No invented boxes, no invented arrows.
Headline numbers
Two real concentrations worth knowing: subagentapi.com alone holds 37 of the 51 outbound runtime_fetch edges (its live health-check fans out to every primitive), and the most-fetched targets are subagentcontracts.com and subagenttasks.com (5 inbound each, with subagentsubdomains.com at 4) — the dogfood-contract and task widgets sibling homepages render server-side.
Kit hub map
The shared kit (workers/_shared/kit/) is the fleet's densest dependency hub. Each circle
below is one of its 10 real files, sized by its real direct-importer count from the graph's reverse
index; edge thickness scales with the same count.
The two zero-importer nodes are honest, not gaps: css.ts is consumed through
shell.ts's own internal import (only worker→kit edges are counted), and index.ts —
the barrel — has zero importers by design, because the kit drift gate
(scripts/worker-build.sh) mandates direct-path imports. 339 direct-path edges
across 97 workers is why editing any kit file is a fleet-wide relock event.
Diagrams the family ships elsewhere
This site catalogs; these are the fleet's other real diagram surfaces, each live-verified (HTTP 200) on 2026-07-10:
| where | what it shows | how it's real |
|---|---|---|
| subagentdevices.com/architecture | Editable fleet map — a draggable SVG node-link map of the subagent*.com sites and their real cross-link/API dependencies. | Interactive: node positions persist per-browser via localStorage — a live map, not a static picture. |
| subagentetl.com | Star-schema SVG — the Kimball-style warehouse diagram on the read-only ETL pipeline dashboard over subagentjobs-dwh. | Inline SVG on the dashboard homepage, alongside pipeline-run history and per-source freshness. |
| subagentcoworkers.com/deck | The Workers Launchpad deck (its own title: “subagent*.com — Workers Launchpad deck”) — slide deck for the multi-agent coworkers platform. | Served as a route on the coworkers docs site, with per-coworker slides (design coworker, engineering coworker, …). |
Baked from workers/build-graph.json (generated_at 2026-07-05T11:56:19-07:00)
on 2026-07-10 — static bake, no runtime fetch; every count above changes only when the graph is
regenerated and this worker rebuilt.