Single-file lightweight web servers running on each machine. Auto-refreshing interface with no external dependencies.

Max Dashboard (7 tabs)

Bridge

Inter-agent message logs and delivery status

Security

Color-coded exec-guardian decisions

Memory

Pipeline status, extractions, MEMORY.md size

Max Behavior

9-dimension scoring with trajectory analysis

Bridge Analytics

Governor statistics from the bridge local database

OpenClaw

Full site content: 9 use cases, 12 security layers

EasyClawNEW

13 extensions monitored in real-time (violet): extract-memories, auto-dream, compaction, hooks, and more

Eva Dashboard (7 tabs)

Bridge

Inter-agent message logs

Security

Exec-guardian decisions

Memory

Pipeline status

Eva Behavior

7-dimension scoring with radar chart

Bridge Analytics

Governor statistics

OpenClaw

Site content mirror

EasyClawNEW

13 extensions monitored: memory metrics, hooks, active tasks

The Bridge Analytics tab reads directly from the local database maintained by the governor daemon. It provides real-time statistics on inter-agent communication volume, rate-limit events, and message delivery times.

Messages per direction (sent/received)

Rate-limit trigger frequency

Average delivery latency

STOP/GO event history

Eva uses a 7-dimension scoring model (vs 9 for Max). The radar chart dynamically adapts to the available dimensions.

Completion rateFailure rateConsistencyVolatilityResponse time driftCron reliabilityTool anomaly
Completion rateFailure rateConsistencyVolatilityResponse time driftCron reliabilityTool anomaly

correction_rate and satisfaction_rate are excluded for Eva due to insufficient session data.

Trust Score -- 30-day trend

0255075100T-30dT-20dT-10dNowthreshold 70
NEW

The dashboard integrates a new EasyClaw-dedicated tab (violet). It monitors in real-time the status of 13 extensions on each machine: extract-memories, auto-dream, compaction, hooks, permission-classifier, and more. Each agent has its own view with specific statistics.

13 extensions monitored

NEW

Detailed tracking of the automatic memory plugin activity.

  • Memories extracted per session (counter by type: facts, preferences, decisions)
  • False positive rate (memories rejected after review)
  • Deduplication rate (memories merged with existing ones)
  • Context volume saved by compaction
NEW

Overnight memory consolidation statistics.

  • Number of consolidations executed (by time window)
  • Tokens consumed per dream session
  • Backups automatically generated before each consolidation
  • Compression ratio (raw memory / consolidated memory)
NEW

Tracking the adversarial verification agent and simplifier.

  • Results by status: PASS, FAIL, PARTIAL
  • Number of reverts triggered by /verify (automatic corrections)
  • Successful simplification rate (before/after readability)
  • Average execution time per command

An independent script (zero external dependencies) runs every 6 hours via launchd cron. It reads session files, computes 9 dimensions across 4 time windows (24h, 7d, 30d, all), and pushes scores to Supabase PostgreSQL.

  • The agent never scores itself -- completely independent process
  • Trajectory over snapshot: 4 time windows for drift detection
  • Robust statistics: median + MAD instead of mean + std
  • Composite score 0-1 mapped to 5 trust bands
  • Automatic drift alerts via iMessage when anomalies are detected
Monitoring Deep Dive -- Architecture | OpenClaw × Easylab