Agent Performance
Agent Performance Scoring
The Analytics dashboard tracks how each agent performs across your project, all derived from the event log — no extra instrumentation needed.
Metrics Tracked
| Metric | Description |
|---|---|
| Tasks Created | Number of task.created events |
| Tasks Completed | Number of task.completed events |
| Completion Rate | Completed / (Completed + Failed) |
| Completions/Day | Average tasks completed per active day |
| Conflicts Caused | conflict.detected events attributed to the agent |
| Overwrites | Files edited by this agent that were also edited by another agent within 1 hour |
How It Works
Every event published to Hivemind includes a source.agent field identifying which agent published it. The performance scoring system groups all events by agent and computes metrics from the event types.
Cost Attribution
Each event type has an estimated token cost:
task.created: ~500 tokens (planning overhead)task.completed: ~2,000 tokens (average task work)decision.made: ~1,000 tokens (evaluation)conflict.detected: ~5,000 tokens (wasted work)- Other events: ~200 tokens
Viewing Performance
Navigate to Analytics in the dashboard sidebar, or query the API directly:
GET /v1/analytics/performance?days=30