Commit Graph

6 Commits

Author SHA1 Message Date
William Valentin ecabc7fd19 docs: swarm monitor design — infra page, docker labels, role-driven cards 2026-03-18 09:53:39 -07:00
William Valentin 78fed5a832 chore: remove completed agent monitoring plan 2026-03-14 00:31:25 -07:00
William Valentin 3434db3c59 feat: complete agent monitoring - hook, UI, and backend filter
- 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>
2026-03-14 00:26:42 -07:00
William Valentin 4456997216 docs: add UI, query API, validation implementation plan
10 tasks covering validation, query endpoints, and frontend.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 01:48:53 -08:00
William Valentin d748033851 docs: add UI, query API, and validation design
Design for Sessions/Run views, three new query-api endpoints,
and schema validation at ingest-gateway.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 01:43:04 -08:00
William Valentin 256b841cbf feat: scaffold agentmon services and k8s deploy
Adds Go microservices (ingest-gateway, event-processor, query-api, web-ui), NATS+Postgres wiring, initial schema/init job, ingress manifests for LAN+tailnet, and a multi-arch image build script.
2026-01-17 01:06:57 -08:00