Skip to content

TusharKoli8/DevSquad-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi Agent QA Engineering System

An intelligent agent based software engineering workflow where multiple AI agents collaborate to develop, review, test, fix, and validate code before final delivery.

This project mimics a real engineering pipeline used in software teams by combining autonomous agents with graph based decision routing.

Features

  • Requirement-to-code generation
  • Automated code review and best practice validation
  • Edge case testing and QA verification
  • Bug fixing and code optimization
  • Conditional routing based on quality checks
  • Final engineering report generation

Real Engineering Workflow

User Requirements

Developer Agent

Review Agent

QA Agent

Decision Routing

If issues found → Fix Agent → Review Again

If passed → Final Report → END

Architecture

User Requirements

    |
    
    V

Developer Agent

    |
    
    V

Review Agent

    |
    
    V

QA Agent |

    V

Routing Logic

/ \

V V

Fix Agent Final Report

|

V

Review Agent

|

END

Run

---bash

Create env

uv venv

--activate it

uv pip install -r requirements.txt

---bash

python main.py

About

AI powered multi agent software engineering workflow built with agent orchestration. This project simulates a real world development lifecycle where specialized AI agents collaborate to transform user requirements into production-ready code through development, review, quality assurance, bug fixing, and final reporting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages