# agentflows demos

Static demo sites from the agentflows lab. **This copy lives in the `demo_pages`
monorepo** and deploys to Cloudflare Pages via `.github/workflows/deploy-agentflows.yml`
on pushes to `main` touching `agentflows/`.

- Live: https://agentflows.0labs.dev/
- `index.html` — the observatory hub: gate-approve intro, live vendor swarm canvas,
  artifact grid.
- `demos/loop.html` — the agentic loop, explorable, with real run payloads.
- `demos/caveman.html` — caveman-full compressor playground (word-count honest).
- `demos/audit.html` — swarm audit board: 3 P0 / 8 P1, 6/6 citations verified.
- `landing-variants/` — three no-animation landing designs (Signal Light / Terminal
  Editorial / Paper & Ink). See `landing-variants/README.md`.
- `kami3-capabilities/` — Kami3/Kimi K3 capability demo pages.

Canonical source is the agentflows repo (`experiments/skills-workflows-hooks-lab/demos/`),
which also self-hosts at https://seacold.github.io/agentflows/ via GitHub Pages.
Mirror updates: re-copy `demos/` → `agentflows/` and push.

Never put credentials, transcripts, or session state in any demo page.

