Clawco is a cinematic Three.js command center for exploring how a multi-agent organization is structured, who collaborates with whom, and what each agent is working on.
Example capture from a squad-built run:
pnpm devstarts the local Vite dev server.pnpm buildruns the production build.pnpm testruns the unit and render smoke tests.pnpm typecheckchecks the TypeScript project.
Clawco now prefers a live snapshot at /api/snapshot and falls back to the built-in demo organization when no runtime snapshot is available.
For local development, point the Vite server at a snapshot file:
CLAWCO_SNAPSHOT_PATH=/absolute/path/to/snapshot.json pnpm devThe dev server will serve that file from /api/snapshot on each request, so you can regenerate the JSON in place while the UI stays open.
The expected snapshot shape matches the clawtask snapshot output:
teammetadata for the current squadagentswith hierarchy, status, workload, task stats, and active task summariescollaborationsbetween agentstasksfor the full queue view
If the endpoint is missing or fails to load, Clawco shows the demo organization and labels the view as a fallback.
