HireEdge
Agentic AI Recruitment Platform
- Specialised agents
- 6
- Full strategy
- <60s
- Concurrent workers
- 4
A six-agent LLM pipeline that turns a raw resume into a complete candidate outreach strategy in under a minute.
- Problem
- Recruiter outreach research is manual and slow — a single candidate resume takes hours to turn into a matched, personalised strategy.
- Approach
- A 6-agent LLM pipeline on LangChain and Groq LLaMA 3.3 70B with stateful context propagation, parallel inference and fault-tolerant execution, served through a 4-worker Flask/Waitress REST API with real-time SSE streaming.
- Result
- Complete outreach strategy in under 60 seconds, synchronised agent output handling, and a post-processing pipeline that eliminated 100% of formatting artifacts.
Stack
- LangChain
- Groq LLaMA 3.3 70B
- Flask
- React
- SSE

Designed and deployed a 6-agent LLM pipeline orchestrating parallel inference with LangChain and Groq LLaMA 3.3 70B, with stateful context propagation across agents and fault-tolerant execution under variable latency.
Engineered a production-grade multi-threaded REST API (Flask + Waitress, 4-worker concurrent server) with real-time SSE streaming, synchronised agent output handling, and a custom post-processing pipeline that eliminated 100% of formatting artifacts.
Applied prompt engineering and agent chaining to coordinate resume parsing, profile matching, message generation and scoring — end-to-end GenAI system design from ingestion to structured output.


