Commit Graph

14 Commits

Author SHA1 Message Date
Alexa Amundson
6bc3f63e22 Merge branch 'main' of git@github.com:BlackRoad-OS/blackroad-os-prism-console.git 2025-11-28 20:33:43 -06:00
Alexa Louise
53796e97d5 Add Agent Dashboard for 16-agent system monitoring
Implemented comprehensive React dashboard for real-time AI agent monitoring:

Features:
- Real-time agent status monitoring with 5-second polling
- Summary cards showing total agents, active tasks, success rates
- Agent grid with tier-based color coding
  - Strategic (purple), Quality (blue), Performance (green)
  - Innovation (yellow), UX (pink), Coordination (orange), Assistant (gray)
- Recent activity feed with timestamps
- Active workflow monitoring with progress bars
- Agent detail modal with full stats and task history
- Responsive grid layout
- TypeScript type safety

Agent Dashboard (src/components/AgentDashboard.tsx):
- Displays all 16 agents with emoji identifiers
- Shows agent tier, domain, current task, stats
- Integrates with backend /api/agents endpoints
- Auto-refreshes data every 5 seconds
- Clean, modern UI matching BlackRoad OS design

Testing Infrastructure:
- Jest configuration for React testing
- Test setup with TypeScript support
- Component test structure

Documentation:
- Testing guide
- Component usage docs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 21:51:48 -06:00
Alexa Amundson
9c46360244 Prism Gen-0 scaffold 2025-11-24 00:57:40 -06:00
Alexa Amundson
5c82a49a06 Add Prism console v2 layout and data scaffolding 2025-11-23 16:24:54 -06:00
Alexa Amundson
2c85eb7306 Build dashboard console with typed API layer 2025-11-23 14:51:28 -06:00
Alexa Amundson
85b7b5b653 Add operator-backed services status dashboard and update health endpoints 2025-11-22 12:41:31 -06:00
Alexa Amundson
ed554aae4b Add deployment health endpoint and update runtime config 2025-11-22 12:26:12 -06:00
Alexa Amundson
e34cda9fe9 Fix build issues and add health endpoint 2025-11-22 00:29:33 -06:00
Alexa Amundson
bda0fb7bd6 Add live OS service health dashboard 2025-11-21 14:15:59 -06:00
Alexa Amundson
856cb6854e Update src/components/status/LiveHealthCard.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-20 20:59:11 -06:00
Alexa Amundson
d702effb22 Enhance console layout and health handling 2025-11-20 20:55:57 -06:00
Alexa Amundson
9dd7501946 Standardize Prism Console service metadata and health endpoints 2025-11-20 20:29:13 -06:00
Alexa Amundson
066c3f77cd Add health endpoints, agents wiring, and deployment updates 2025-11-20 12:38:48 -06:00
Alexa Amundson
bb1c392df7 Set up Prism Console app and deployment automation 2025-11-19 13:23:31 -06:00