Dashboard
Agents

Agents

The Agents page lists every AI agent that has sent telemetry to your Maev account.

Agent list

Each row in the agent list shows:

  • Health indicator: green (healthy), yellow (warning), red (critical) based on the last session
  • Agent name: the agent_name you passed to maev.run()
  • Session count: total number of sessions ever recorded
  • Failure count: number of sessions that ended in a failure
  • Last status: status of the most recent session

Agent detail page

Click any agent to open its detail page. The current UI includes:

  • Three stat cards: total sessions, failure rate, and total cost
  • Shadow Candidates: self-reflection shadow prompts currently running for this agent, with status and outcome tracking
  • Session history: sessions for this agent, newest first, with status, failure tag, cost, duration, and relative start time

When agents appear

Agents are created automatically the first time a session is received with a given agent_name. You do not need to register agents manually.

Renaming agents

Agent names come from the agent_name parameter in maev.run(). To rename an agent, update the parameter in your code. The old name remains in history. New sessions will appear under the new name.