Commit History

feat: tests/__init__.py
612e57b
verified

muthuk2 commited on

feat: pytest.ini for test configuration
3a06a0d
verified

muthuk2 commited on

fix: Frontend with React Router, error boundaries, loading skeletons
9b7d9cd
verified

muthuk2 commited on

fix: API routes with BackgroundTasks + proper request models
c87d981
verified

muthuk2 commited on

fix: Updated requirements with test deps + proper pinning
c9aedfb
verified

muthuk2 commited on

feat: Add pytest test suite for the test generator itself
4cad490
verified

muthuk2 commited on

feat: Nginx config for frontend SPA routing
5432d94
verified

muthuk2 commited on

feat: Frontend Dockerfile for production deployment
4489808
verified

muthuk2 commited on

feat: Docker Compose for full stack deployment
e588ede
verified

muthuk2 commited on

feat: Add Docker deployment (Dockerfile + docker-compose.yml)
7fca7c5
verified

muthuk2 commited on

fix: LLM provider with exponential backoff, streaming, token tracking
f8d563c
verified

muthuk2 commited on

fix: Real mutation execution + AST-based mutations + deeper security scanner
0e6af57
verified

muthuk2 commited on

fix: Semantic coverage mapping + real mutation execution + syntax validation
9656950
verified

muthuk2 commited on

Fix requirements.txt β€” add all needed deps"
88b554e
verified

Muthukumarank commited on

Add services __init__.py"
5617907
verified

Muthukumarank commited on

Add api __init__.py"
d4f0fb0
verified

Muthukumarank commited on

Add __init__.py files for proper Python package imports"
d5ab162
verified

Muthukumarank commited on

FIX: multi_agent_routes.py β€” add all missing imports and router declaration"
33d0269
verified

Muthukumarank commited on

FIX: Complete backend rewrite β€” fix all import errors, wire all routes, add __init__.py files"
1128dc8
verified

Muthukumarank commited on

UI 1000x upgrade: frontend/src/pages/SettingsPage.tsx
dcd0e57
verified

Muthukumarank commited on

UI 1000x upgrade: frontend/src/pages/HistoryPage.tsx
69c9536
verified

Muthukumarank commited on

UI 1000x upgrade: frontend/src/pages/AnalyzePage.tsx
3c8eeeb
verified

Muthukumarank commited on

UI 1000x upgrade: frontend/src/pages/GeneratePage.tsx
59ce6c3
verified

Muthukumarank commited on

UI 1000x upgrade: frontend/src/pages/LandingPage.tsx
05f46a1
verified

Muthukumarank commited on

Update ML Intern artifact metadata
445536a
verified

Muthukumarank commited on

UI 1000x upgrade: frontend/src/App.tsx
ad2d83d
verified

Muthukumarank commited on

README v3: Research-backed novelties, MuTAP citation, behavior coverage, multi-agent architecture, remove ML Intern"
eb4daf5
verified

Muthukumarank commited on

Add multi-agent API routes: iterative pipeline + behavior extraction + complexity + security scan
ab9309f
verified

Muthukumarank commited on

Update ML Intern artifact metadata
c1e21de
verified

Muthukumarank commited on

MAJOR: Add multi-agent iterative refinement engine (MuTAP-inspired) with behavior coverage mapping
81aca7d
verified

Muthukumarank commited on

Update README: remove ML Intern provenance, add novelty features, production-ready docs
189936a
verified

Muthukumarank commited on

Add 5 novelty features: complexity analyzer, gap detector, quality scorer, mutation testing, security scanner
c837134
verified

Muthukumarank commited on

Add complete frontend: frontend/vite.config.ts
0ec1b60
verified

Muthukumarank commited on

Add complete frontend: frontend/tsconfig.json
2b06ed0
verified

Muthukumarank commited on

Add complete frontend: frontend/tailwind.config.js
a8f191a
verified

Muthukumarank commited on

Add complete frontend: frontend/src/pages/LandingPage.tsx
ac87e80
verified

Muthukumarank commited on

Add complete frontend: frontend/src/pages/HistoryPage.tsx
cc4cd0d
verified

Muthukumarank commited on

Add complete frontend: frontend/src/pages/GeneratePage.tsx
f6b05cb
verified

Muthukumarank commited on

Add complete frontend: frontend/src/main.tsx
056c27e
verified

Muthukumarank commited on

Add complete frontend: frontend/src/index.css
7886b93
verified

Muthukumarank commited on

Add complete frontend: frontend/src/App.tsx
49869e3
verified

Muthukumarank commited on

Add complete frontend: frontend/postcss.config.js
7056ec8
verified

Muthukumarank commited on

Add complete frontend: frontend/package.json
1ffd6bd
verified

Muthukumarank commited on

Add complete frontend: frontend/index.html
9515b62
verified

Muthukumarank commited on

Add backend/.env.example β€” universal LLM provider + complete API
03127d5
verified

Muthukumarank commited on

Add backend/requirements.txt β€” universal LLM provider + complete API
73a203f
verified

Muthukumarank commited on

Add backend/app/api/frameworks.py β€” universal LLM provider + complete API
68cab26
verified

Muthukumarank commited on

Add backend/app/api/generate.py β€” universal LLM provider + complete API
5cf5368
verified

Muthukumarank commited on

Add backend/app/services/llm_provider.py β€” universal LLM provider + complete API
c96fdd0
verified

Muthukumarank commited on

Add prompt builder β€” expert QA engineer system prompts for each input type
d7c8a1b
verified

Muthukumarank commited on