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 install2. Build & Generate Schema Mappings
python scripts/generate-data.py
python scripts/validate.py3. Run Local Dev Server
npm run dev