Skip to content

Add NullWatch Flight Recorder observability cockpit#51

Merged
DonPrus merged 15 commits into
nullclaw:mainfrom
venzeles:agent-flight-recorder-observability
May 7, 2026
Merged

Add NullWatch Flight Recorder observability cockpit#51
DonPrus merged 15 commits into
nullclaw:mainfrom
venzeles:agent-flight-recorder-observability

Conversation

@venzeles
Copy link
Copy Markdown
Contributor

@venzeles venzeles commented May 6, 2026

Adds a local-first Agent Flight Recorder demo path for the nullclaw ecosystem. NullWatch can now provide deterministic local traces/evals for demos, and NullHub can proxy and visualize those runs through a new Observability page.

This gives contributors a one-command local observability story without external services or secrets.

What changed:

  • Registers nullwatch as a known NullHub component.
  • Adds /api/observability/* reverse proxy support via NULLWATCH_URL and optional NULLWATCH_TOKEN.
  • Adds a Flight Recorder page at /observability for run summaries, span timelines, evals, cost, tokens, and error context.
  • Adds API client methods for NullWatch summary, runs, spans, evals, and health.
  • Adds screenshots for PR/demo review.
  • Updates README and hackathon submission notes.

Validation performed:

  • zig build test -Dembed-ui=false --summary all
  • npm --prefix ui run build
  • zig build test --summary all
  • Local smoke test through NullHub -> NullWatch proxy:
    • /api/observability/v1/summary
    • /api/observability/v1/runs?limit=20

Copy link
Copy Markdown
Contributor

@DonPrus DonPrus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed locally.

@DonPrus DonPrus merged commit 3f1baff into nullclaw:main May 7, 2026
4 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