Lionagi Qe Fleet banner
proffesor-for-testing proffesor-for-testing

Lionagi Qe Fleet

Development community

Description

Agentic Quality Engineering Fleet powered by LionAGI

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

LionAGI QE Fleet

[![Version](https://img.shields.io/badge/version-1.3.1-blue.svg)](CHANGELOG.md) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![Python](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org) [![Security](https://img.shields.io/badge/security-95%2F100-brightgreen.svg)](SECURITY.md) [![Tests](https://img.shields.io/badge/tests-82%25-green.svg)](tests/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md) [![Sponsor](https://img.shields.io/badge/Sponsor-Support%20Development-ff69b4.svg)](SPONSORS.md)

**Agentic Quality Engineering powered by LionAGI**

A Python reimplementation of the Agentic QE Fleet using LionAGI as the orchestration framework. This fleet provides 18 specialized AI agents for comprehensive software testing and quality assurance with production-ready CI/CD integration.

🚀 Features

Core Capabilities

  • 18 Specialized Agents: From test generation to deployment readiness
  • Multi-Model Routing: Intelligent model selection for cost optimization (up to 80% theoretical savings)
  • Parallel Execution: Async-first architecture for concurrent test operations
  • Execution Tracking: Foundation for continuous improvement and learning
  • Framework Agnostic: Works with pytest, Jest, Mocha, Cypress, and more

CI/CD Integration (v1.3.0) 🆕

  • REST API Server: 40+ FastAPI endpoints for test automation
    • Test generation, execution, coverage analysis
    • Quality gates, security scanning, performance testing
    • WebSocket streaming for real-time progress
    • JWT authentication and rate limiting
  • Python SDK: Async/sync client with fluent API
  • Artifact Storage: Pluggable backends (local, S3, CI-specific)
    • Automatic compression (60-80% reduction)
    • Retention policies and indexing
  • Badge Generation: Shields.io compatible SVG badges
    • Coverage, quality, security badges
    • Smart caching with ETag support
  • **CLI