Loading repository data…
Loading repository data…
chapagainmanoj / repository
AI-powered job application companion, based on resume and job description
AI-powered job application assistant that generates tailored cover letters, answers recruiter questions, and analyzes skill matches using Claude AI.
Clone the repository:
git clone git@github.com:chapagainmanoj/ai-job-apply-agent.git
cd ai-job-apply-agent
Install dependencies with UV:
uv sync
Setup environment variables:
# Create .env file
echo "ANTHROPIC_API_KEY=your_anthropic_api_key_here" > .env
Run the application:
uv run python main.py
The system will:
Edit the sample data in main.py:
sample_resume with your resume textsample_job_description with target job postingsample_questions with recruiter questions| Variable | Description | Required |
|---|---|---|
ANTHROPIC_API_KEY | Your Anthropic Claude API key | ✅ Yes |
Get your API key from Anthropic Console and add it to your .env file.
Built with: Claude AI • LangGraph • Python • UV