Agent QA (agent-qa), developed by Vostride, is an open-source testing harness and agent orchestrator built to automate software quality assurance and verification workflows using AI agents. Operating through a command-line interface, Agent QA evaluates applications against structured test definitions, validation schemas, and modular agent skills. Daily workflows rely on declarative configuration files such as agent-qa.config.yaml and hooks.yaml alongside Markdown-based instructions (agent-rules.md), allowing developers to execute test suites and validate configurations directly from the terminal or CI environments. What distinguishes Agent QA from general-purpose coding agents is its dedicated harness architecture focused specifically on QA execution, rule enforcement, and lifecycle hook integration. It standardizes web and application testing with deterministic validation steps and reproducible Docker execution environments rather than unstructured free-form code editing. Agent QA is distributed as open-source software under active development (v0.1.x release line) with containerization support for CI/CD pipelines.
Tags: agent harness, ai agent, cli, coding agent, developer tools, OpenSource