This directory contains the full 6-agent orchestrator system from job-search-v2, with all personal information scrubbed and replaced with placeholders.
This is the sophisticated automation system that includes:
- 6 Specialized Agents: Research, Scoring, Positioning, Content, QA, Export
- Advanced Workflows: Role-specific application strategies
- Dynamic Positioning: Strategic narrative development
- Quality Rubrics: 100-point evaluation system
- Batch Processing: Multiple applications efficiently
- Python 3.8+
- API keys for OpenAI, Anthropic, Tavily
- 2-4 hours setup time
- $20-45/month in API costs
- Intermediate Python skills
-
Install dependencies:
pip install -r requirements.txt
-
Configure environment:
cp .env.example .env # Edit .env with your API keys -
Set up your profile:
# Edit config/user_profile.yaml with your information # Update knowledge/narrative/verified_facts.json
-
Test the system:
python run.py score --url "https://job-url.com" python run.py apply --url "https://job-url.com" --workflow director_level
config/user_profile.yaml- Your personal informationknowledge/narrative/verified_facts.json- Your achievements and metricsconfig/positioning.yaml- Strategic positioning preferencesconfig/workflows/- Application workflow configurations
If you started with the simple prompts and want to upgrade:
- Export your narrative from the simple system
- Use the migration script to convert formats
- Gradually enable advanced features
| Feature | Status | Description |
|---|---|---|
| Job Scraping | ✅ Stable | LinkedIn, company sites |
| Strategic Analysis | ✅ Stable | 6-agent job analysis |
| Resume Generation | ✅ Stable | Tailored with positioning |
| Cover Letters | ✅ Stable | Strategic narrative approach |
| Quality Scoring | 100-point rubric system | |
| Batch Processing | Multiple applications | |
| Google Drive Export | 🧪 Experimental | Auto-export applications |
| Application Tracking | 🧪 Experimental | Status monitoring |
The system uses a message bus architecture with 6 specialized agents:
- Research Agent - Company intelligence gathering
- Scoring Agent - Job fit evaluation (100-point rubric)
- Positioning Agent - Strategic narrative development
- Content Agent - Resume/cover letter generation
- QA Agent - Quality validation and review
- Export Agent - Google Drive integration and tracking
- Documentation: See individual agent README files
- Issues: Check logs/ directory for debugging
- Performance: Target <5 minutes end-to-end
- Quality: 85+ rubric score for tier 1 companies
- Human Review Required: Nothing auto-submits
- Rate Limiting: Respects website ToS
- Data Privacy: Everything stays local
- Honest Positioning: Uses your real achievements only
This system represents the cutting edge of AI-assisted job searching while maintaining ethical standards and human oversight.