Back to landing
MIT Licensed Platform

100% Free & Open Source

Career Agents is built on the foundation of open transparency. Audit our ATS scoring logic, run the 31 MCP server tools locally, or contribute new prompt templates to our 167 specialized agent registry.

Local Developer Quickstart

1. Clone and Install Dependencies
git clone https://github.com/karthikrshet/Career-Agents.git
cd apps/web && npm install
2. Build & Generate Schema Mappings
python scripts/generate-data.py
python scripts/validate.py
3. Run Local Dev Server
npm run dev

Strict Registry Validation Pipeline

Every PR must pass `python scripts/validate.py` with 0 schema anomalies before merge.