VigilQA Docs

Agent Activities

A unified log of all agent activity across generation, review, analysis, and monitoring workflows — with real-time status and detailed output per activity.

Accessing Agent Activities

Navigate to Agent Activities from the left sidebar. The view shows a chronological list of all agent activities across your project, most recent first. Filter by agent type, status, or date range.

Activity record

Each activity record shows:

  • Agent name — which agent ran
  • Trigger — what triggered it (run ID, generation request, FlakyDetector signal)
  • Status — Running, Completed, Failed, Partial
  • Duration — how long the agent took
  • Timestamp — when it started and completed
  • Output summary — e.g. "4 tests classified: 2 Product Bug, 1 Flaky, 1 Script Error"
  • Actions — links to resulting approvals, reports, or alerts

Activity status values

StatusMeaning
RunningAgent is currently active. Real-time log stream available.
CompletedAgent finished successfully and produced output.
PartialAgent completed some work but encountered errors for a subset of inputs. Output available for successful portions.
FailedAgent could not complete. Check the detail log for the error. May be retriable.
SkippedAgent did not run because its trigger conditions were not met (e.g. no Flaky tests for FlakyDetector).

Real-time streaming

For in-progress activities, click into the record to see a live log stream. Generation pipeline activities show which stage each domain or scenario is currently in. Review and analysis agents show when requirements are being extracted or when data-quality issues are being surfaced. Post-run agent activities show per-test classification progress.