Job Market Intelligence Live Demo

An agentic AI system built with LangGraph that analyses real job market data from Google Jobs via SerpAPI. Ask about in-demand skills, or certification requirements for any role and country — or upload your CV for a personalised gap analysis. The system fetches live job postings, extracts skill frequencies, and streams a structured market report or resume review directly in the chat. Search parameters are confirmed with you before any data is collected.

View full project technical details and source code here.

Agentic Planning
Decomposes your question into tasks, classifies intent, and routes each through the right pipeline
Human-in-the-Loop
You confirm search parameters and output format before expensive and time-consuming API calls are made
Live Streaming
Answers stream token by token · Each pipeline step shown as it runs
Action required before proceeding
or type a correction below
Press Enter to send Resume uploaded
How it works — LangGraph
Processing Intent branch HITL pause Processed
Planner Task Dispatcher Answer General Focused Question Full Analysis Resume Analysis Cache Lookup Check Resume Confirm Search ⏸ Collect Jobs Extract Requirements Parse Resume Market Analyzer Answer Focused Skill Gap Analysis Confirm Format ⏸ HTML Report Respond

Dashed arrows = optional paths (cache hit / no resume / text-only report). Nodes highlight live as your query runs.