agentic-os/dashboard
Austin bc8094be77 feat(dashboard): add Agent Insights page — live AI-agent usage analytics
New /api/agent-insights endpoint aggregates real data (chat-history,
cost-history, agent-time, agent-registry, router-keywords) to show:
- which agent you chat with most (user turns)
- which agent spends the most time on tasks (derived agent-time)
- which agent is best suited for what (registry desc + router keywords + roles)
- which models you use most per agent (cost-history)

Dashboard page (agent-insights.js) with stat cards, two Chart.js bar
charts, suite cards, models-per-agent table, and full per-agent
breakdown. Verified live in browser against real data.
2026-07-25 14:34:30 -07:00
..
pages feat(dashboard): add Agent Insights page — live AI-agent usage analytics 2026-07-25 14:34:30 -07:00
AGENT_TIME_MONITOR.md Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
api.js feat(dashboard): add Agent Insights page — live AI-agent usage analytics 2026-07-25 14:34:30 -07:00
app.js Security & polish: untrack settings.json, fix CORS, remove broken og:image, replace console.error with toast 2026-05-18 01:32:24 +05:30
index.html feat(dashboard): add Agent Insights page — live AI-agent usage analytics 2026-07-25 14:34:30 -07:00
serve_monitor.py Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
start-monitor.sh Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
styles.css Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
test.html Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
utils.js feat(dashboard): add Agent Insights page — live AI-agent usage analytics 2026-07-25 14:34:30 -07:00