ANU5565/HirePilot-Agent
AI-powered HR screening agent built with n8n that automates resume analysis, ATS scoring, and candidate communication.
What's novel
AI-powered HR screening agent built with n8n that automates resume analysis, ATS scoring, and candidate communication.
Code Analysis
6 files read · 4 roundsAn n8n workflow JSON that collects job applications via a form, extracts resume text from PDFs, asks Gemini to score the resume against a hardcoded job description, and sends a rejection or screening email based on a 0.7 threshold.
Strengths
The n8n workflow is a functional end-to-end pipeline that demonstrates a practical use case for LLM-assisted HR screening, and the structured output parser ensures consistent JSON responses from the LLM.
Weaknesses
The project contains zero actual source code (agent.py is empty), no tests, no error handling, hardcoded credentials and job descriptions, and the 'AI' component is a single prompt with no custom logic, algorithms, or meaningful engineering depth.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
38
Contributors
1
Files
7
Active weeks
2
Repository
Language
Python
Stars
1
Forks
0
License
MIT