AI / Full Stack

Multi-Agent CV Evaluator

An intelligent CV evaluation platform using multiple AI agents.

  • Python
  • FastAPI
  • React
  • TypeScript
  • LLMs

The problem & the solution

Recruiters spend significant time manually reviewing resumes. This platform addresses that with a multi-agent workflow where different agents analyze different aspects of a CV, coordinated through a FastAPI backend and surfaced through a React/TypeScript frontend, using LLMs for the analysis itself.

Engineering notes

Agent workflow (draft)

Draft placeholder — replace with the real technical detail. This section is scaffolding, not a finished engineering writeup. How the CV analysis is split across agents.

API communication (draft)

Draft placeholder — replace with the real technical detail. This section is scaffolding, not a finished engineering writeup. How the frontend and backend exchange evaluation results.

Engineering lessons

Not written yet for this project.