Job_Match_Agent

pashaeimehran/Job_Match_Agent
★ 0 stars Unknown language AI/LLM Updated today
Agentic AI system that matches candidates to AI Engineer jobs in Germany — FastAPI + LangGraph agent, RAG over CV data (PostgreSQL/pgvector), deterministic match scoring, MCP tool server, evaluated with Ragas + Langfuse, deployed on Azure.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "job_match_agent": {
      "command": "npx",
      "args": [
        "-y",
        "pashaeimehran/Job_Match_Agent"
      ]
    }
  }
}

README Excerpt

**Status: early development (Week 0/8) — not yet functional.** An agentic AI system that matches a candidate's CV against AI/ML job postings in Germany, explains *why* a job fits or doesn't, and ranks recommendations — built to demonstrate real engineering judgment (deterministic logic vs. LLM reasoning, RAG, tool calling, evaluation, and deployment), not just a