AgentOps — Demo UI launcher

Live companion v5 — use v5 for on-stage steps Live companion (v5)

Start the server

Pick one mode — do not run both (they bind the same port 8765).

Live demo — static UI on :8765 plus observability proxy on :8766 (preflight, live logs/traces, script runner). Includes python3 -m http.server internally:

./scripts/demo-presenter-serve.sh
# http://127.0.0.1:8765/demo/v5/live.html

Offline rehearsal — static UI only (no proxy, no cluster logs/traces, no script runner):

cd docs && python3 -m http.server 8765
# http://127.0.0.1:8765/demo/index.html

Overall demo architecture (phase 0) deprecated

Standalone FlowStory pages superseded by v5/live.html step Overall Demo (architecture map embedded in-card).

layers-logos.html Original FlowStory map with logos (legacy)
overall-demo-architecture.html Full stack map with flow dropdown and keyboard shortcuts

Scenario diagrams (tests A–D) deprecated

Standalone security-focused FlowStory pages (~6–8 hops). Superseded by v5/live.html — tests A–D via step nav with in-card scenario canvas embeds.

TestDiagramWhen
A test-a-credentials API key probe — credentials locked at gateway
B test-b-files /etc/shadow — Landlock already active
C test-c-egress curl google.com — default egress deny, then Change 1 allowlist
D test-d-guardrails Network recon script — direct MaaS, then Change 2 NeMo

Live companion flows

FlowPanelDescriptionOpen
v3 deprecated v3/live.html Previous recommended companion — superseded by v5 for on-stage use. Open
v4 deprecated v4/live.html Compact canvas variant — superseded by v5. Open
v1 deprecated v1/live.html Split panel — superseded by v5 Open
v2 deprecated v2/live.html Compact panel with layout lab — superseded by v5 Open

Recommended split-screen

PrimaryOpenClaw Control UI

Keyboard shortcuts (v5 live companion)

/ Page DownNext step (C/D: before → after)
/ Page UpPrevious step
/ (embedded map)Advance hops within the FlowStory canvas
URL hash#step-C-before, #step-D-after, etc.