New request
#687: Feature request: Per-agent quality score display
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
Issue
enhancementmonitoring
This feature is needed by users running multi-agent Hermes swarms. A reference implementation exists in the Hermes Control Interface repo. Please add a quality score indicator (0–10 scale) per agent, displayed as a colour-coded progress bar in the session or agent panel. This is essential for multi-agent swarm setups where the user needs to monitor individual agent performance at a glance without digging into logs.
Assessmentadvisory
feature●● medium80% confidence
Quality score calculation and color-coded progress bar require backend metric aggregation and new frontend UI components.
Likely files
- api/models/metrics.py
- api/routes/agents.py
- static/js/agent_scores.js
- static/index.html
- api/services/quality.py
- tests/test_quality.py
Create the request