Skip to content

Monitoring UI

The Monitor page (/monitor) — titled “Agent Monitor” in the UI — aggregates token spend, agent activity, and task execution into a single observability dashboard.

The page has three views, selectable via tabs:

TabContents
UsageToken consumption charts and cost breakdown
ActivityTask completion charts, activity timeline, task runner, failure triage
Activity LogRaw event log of all system actions

A period selector (Last 24h / Last 7 days / Last 30 days) filters data on the Usage and Activity tabs.

The top row shows key metrics for the selected period:

  • Total tokens: input + output + cached
  • Cost: estimated spend based on model pricing
  • Tasks completed / failed: execution summary

A time-series chart showing token consumption over the selected period, broken down by model or agent.

A detailed table showing per-model or per-agent token usage with cost estimates.

  • Task Completion Chart — visual summary of completed vs. failed tasks over time
  • Activity Timeline — chronological view of agent actions and system events

A live view of currently executing tasks with:

  • Task name and assigned agent
  • Current status and duration
  • Real-time progress updates

A panel showing recent task failures with:

  • Error classification
  • Failure details
  • Suggested remediation

The activity log streams system events with filtering:

  • Chronological list of all events (tool calls, task starts/completions, scheduler fires, channel messages)
  • Color-coded by event type
  • Filter by event category

For more detailed security monitoring, a dedicated Security Dashboard is available at /monitor/security with additional security-focused metrics and audit capabilities.