Skip to content

Activity

The Activity page is the execution hub for a program. It provides a dashboard view of all AI agent executions, an execution trace viewer for debugging, coverage detail showing which requirements have been touched by agents, and a manual skill execution modal.

Visibility into AI agent activity is critical for trust. Activity lets you see what agents did, how long they took, what they produced, and which parts of the program have (or have not) received AI attention.

  • View states: dashboard, trace, coverage — three views accessible from the activity page
  • Activity dashboard: ActivityDashboard shows a summary of recent executions with status indicators and search
  • Activity trace: ActivityTrace renders a detailed trace of a single execution with input/output
  • Trace detail sections: TraceDetailSections breaks down execution steps within a trace
  • Trace group: Groups related trace entries for hierarchical display
  • Coverage detail: CoverageDetail shows which requirements have been covered by agent executions, grouped by workstream
  • Execute skill modal: ExecuteSkillModal lets you manually trigger a skill execution from the activity page
  • Metric card: MetricCard displays execution-level metrics (duration, tokens, cost)
  • Execution output: ExecutionOutput renders the raw or formatted output from an agent execution
  • Search: Debounced search across execution summaries
  1. Navigate to [Program] > Activity.
  2. View the Dashboard for a summary of recent executions.
  3. Search for specific executions using the search bar.
  4. Click an execution to open the Trace view with full input/output detail.
  5. Switch to the Coverage view to see which requirements have been touched by agents.
  6. Click Execute Skill to manually run a skill against selected requirements.

This feature uses the following tables:

  • agentExecutions — Execution records with skill, status, input/output, timing, and cost
  • requirements — Requirements referenced in coverage tracking