Hermes Agent Performance & Decision Tracking
Dashboard fica no Mac local (~/Downloads/hermes-eval-dashboard-DATE.html).
Mini não tem acesso direto ao SQLite eval DB (~/.claude/agent_feedback.db).
Status atual: DB criado 10/05/2026, aguardando operacionalização do eval loop.
Query: SELECT agent_name, COUNT(*) FROM agent_usage WHERE ts > datetime('now','-30 days') GROUP BY agent_name ORDER BY 2 DESC LIMIT 5
Query: SELECT agent_name, AVG(rating), COUNT(*) FROM agent_feedback GROUP BY agent_name ORDER BY 2 DESC
Query: SELECT decision_text, ts FROM decisions WHERE outcome IS NULL ORDER BY ts DESC LIMIT 10