Author: Daniel Puente Viejo
Build a multi-agent system that evaluates CVs against job offers. Using LangGraph and Mistral, this project processes resumes, determines candidate fit, and generates email drafts for acceptance or rejection. It's an excellent starting point for learning LangGraph dynamics with a practical and impactful use case.
- Sequential Agent Workflow: Implements a step-by-step process for better understanding of LangGraph.
- CV Evaluation: Compares resumes to job descriptions to assess candidate suitability.
- Email Automation: Automatically generates draft emails with personalized feedback.
- Powered by LangGraph and Mistral: Uses LangGraph for multi-agent management and Mistral for free LLM integration.
- Python used version: 3.10.15
pip install -r requirements.txt
This project is licensed under the MIT License - see the LICENSE file for details.