Discover and explore top open-source AI tools and projects—updated daily.
proffesor-for-testingAI-powered agents for comprehensive software quality engineering
Top 88.1% on SourcePulse
Agentic Quality Engineering Fleet (AQE) is an open-source AI-powered QA/QE platform designed to integrate with coding agents, offering specialized agents and skills for comprehensive testing throughout the Software Development Life Cycle (SDLC). It aims to automate test generation, identify coverage gaps, detect and fix flaky tests, and learn codebase patterns, thereby streamlining quality engineering processes and reducing AI costs for users.
How It Works
AQE employs a sophisticated agent coordination system orchestrated by a central "Queen Coordinator." This system manages over 60 specialized QE agents distributed across 13 domains, including test generation, security auditing, and chaos engineering. Tasks are decomposed, agents are spawned in parallel, and results are synthesized. Agents communicate via shared memory and consensus protocols. The platform features a pattern learning system that stores and reuses successful test strategies and defect indicators across sessions and projects, improving over time through experience replay and background consolidation. Intelligent model routing, managed by "TinyDancer," optimizes AI costs by directing tasks to appropriate LLM tiers (Haiku, Sonnet, Opus) based on complexity.
Quick Start & Requirements
npm install -g agentic-qeaqe init --auto. This command auto-detects the tech stack and configures the Multi-Cloud Platform (MCP) for immediate use with supported coding agents.Highlighted Details
Maintenance & Community
The project is led by @proffesor-for-testing, with core development contributions from @fndlalit and @shaal, and architecture input from @mondweep. Community support and issue tracking are managed via GitHub Issues and Discussions. Sponsorship options are available for ongoing development.
Licensing & Compatibility
The project is released under the MIT License, which permits commercial use and integration into closed-source projects. It is compatible with various testing frameworks including Jest, Cypress, Playwright, Vitest, Mocha, pytest, and JUnit.
Limitations & Caveats
The README does not explicitly detail known limitations or alpha status. The setup complexity may increase with the number of integrated coding agent platforms. The effectiveness of advanced features like "Loki-mode" quality gates relies on the quality of learned patterns and agent performance.
2 days ago
Inactive