Skip to content

Add demo-seed for local observability demos#3

Merged
DonPrus merged 5 commits into
nullclaw:mainfrom
venzeles:agent-flight-recorder-demo-seed
May 19, 2026
Merged

Add demo-seed for local observability demos#3
DonPrus merged 5 commits into
nullclaw:mainfrom
venzeles:agent-flight-recorder-demo-seed

Conversation

@venzeles
Copy link
Copy Markdown
Contributor

@venzeles venzeles commented May 6, 2026

Adds local demo seed data for the Agent Flight Recorder demo path.

This gives NullWatch a deterministic, repeatable local dataset for observability demos without requiring external services, secrets, or a running agent workload.

Companion UI/proxy PR: nullclaw/nullhub#51

What changed:

  • Added nullwatch demo-seed.
  • Seeds three representative runs: successful review, tool failure, and handoff/retry.
  • Includes spans, evals, costs, token counts, and failure context.
  • Keeps seeding idempotent so repeated demo runs do not duplicate data.
  • Documents the local demo flow in the README.
  • Adds hackathon submission notes.

Validation performed:

  • zig build test --summary all
  • zig build run -- demo-seed --data-dir "$TMP_DIR"
  • zig build run -- summary --data-dir "$TMP_DIR"
  • zig build run -- run demo-tool-failure --data-dir "$TMP_DIR"

@DonPrus DonPrus merged commit f2057e2 into nullclaw:main May 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants