View Project
A multi-agent AI tool that automates your entire job hunt from resume to curated listings. It’s fully agent-run (no manual searching). Just upload your resume and get personalized job opportunities. Open-source and fully customizable.
This intelligent job finder agent uses a 4-step multi-agent pipeline built with Google’s Agent Development Kit (ADK) to analyze your resume, generate targeted search queries and return high-relevance job opportunities from platforms like Y Combinator and Wellfound (AngelList).
Watch the full explainer video on YouTube for a step-by-step walkthrough.
The system runs a 4-agent sequential pipeline:
MistralOCRAgent – Extracts clean text from uploaded PDF resumes using Mistral OCR.
QueryPrepAgent – Generates targeted search queries based on your skills, past roles, and experience level.
LinkupSearchAgent – Uses the Linkup API to search real-time jobs from Y Combinator, Wellfound, and other startup job boards.
JobFilterAgent – Filters, formats, and prioritizes job listings based on relevance and match likelihood.
Google ADK – Agent orchestration
Mistral OCR – Resume parsing
Qwen3-14B via Nebius AI Studio – LLM-based query generation
Linkup API – Real-time job search
To run the pipeline locally, set these environment variables:
NEBIUS_API_KEY
NEBIUS_API_BASE
MISTRAL_API_KEY
LINKUP_API_KEY
Upload your resume (PDF).
Call the run_ai_analysis() function.
Get curated, ready-to-apply job links tailored to your profile.
Source code available on GitHub
Built with