VigilQA Docs

Agents

VigilQA includes a growing set of AI agents that span generation, review, analysis, and operational monitoring. The runtime experience now covers the full public agent catalog, including requirements extraction and data-quality review flows.

Generation agents

Generation agents run on demand when you trigger the test generation pipeline. They run once per domain or scenario and produce the test artifacts that power your test suite.

AgentStageOutput
AppExplorer1 — ExplorationDOM selector maps per page/endpoint
DocGen2 — DocumentationStructured test case markdown documents
DocReview3 — Document QAApproved docs → ScriptGen; rejected → Approvals
ScriptGen4 — Script writingExecutable pytest test scripts
ScriptReview5 — Script QAValidated scripts → Approvals queue

Post-run agents

Post-run agents are triggered automatically after every test run. They operate without any manual intervention and produce actionable outputs — alerts, reports, and healing patches. The platform also supports review-oriented agents for requirements extraction and data-quality validation before or alongside generation work.

AgentTriggerPrimary output
ResultAnalyzerAfter every runFailure classification: Bug / Script / Flaky / Environment
RegressionGuardAfter every runRegression alert with suspect commit/version
CoverageGapAfter every runCoverage % per domain, untested scenarios list
FlakyDetectorWhen ResultAnalyzer flags FlakyStability score (0–1), locator instability flag
LocatorHealerOn locator failure or FlakyDetector signalHealing patch queued in Approvals with confidence score

Monitoring agent activity

All agent activity — both generation runs and post-run analysis — is visible in Agent Activities in the dashboard. Each agent run shows:

  • Agent name, trigger, and status
  • Start time, duration, and completion time
  • Input (which run, which domain, which scenarios)
  • Output summary (what was produced, how many items, any errors)
  • Link to resulting approvals or reports