- Add agent:bootstrap handler to capture run.start events for cron and
automation runs that bypass the message:received path
- Remove dead event subscriptions (tool_result_persist, session:compact:*)
which are plugin hook events and never fire through triggerInternalHook
- Remove AGENTMON_INGEST_URL from requires.env since handler has a
hardcoded fallback URL
- Drop activeCompactions map (no longer needed after removing compaction handlers)
Deployed to zap VM with hooks.internal.enabled=true in openclaw.json.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add event_type and framework filters to events query endpoint
- Add /agents SPA route to web-ui server
- Add Agents nav link and route in frontend
- Add agents page CSS (timeline, VM pills, stats panel)
- Build VM status strip, activity timeline, and real-time stats
- Add agentmon hook for OpenClaw (HOOK.md + handler.ts)
- Add docker-compose, Dockerfile, and supporting infra files
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>