惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LINUX DO - 最新话题
G
Google Developers Blog
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
F
Full Disclosure
H
Help Net Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell
Recent Announcements
Recent Announcements
Help Net Security
Help Net Security
The Hacker News
The Hacker News
IT之家
IT之家
Y
Y Combinator Blog
Martin Fowler
Martin Fowler
L
Lohrmann on Cybersecurity
C
CERT Recently Published Vulnerability Notes
V
Visual Studio Blog
博客园 - 聂微东
Hacker News: Ask HN
Hacker News: Ask HN
H
Hacker News: Front Page
Know Your Adversary
Know Your Adversary
Security Latest
Security Latest
Security Archives - TechRepublic
Security Archives - TechRepublic
Simon Willison's Weblog
Simon Willison's Weblog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
T
Troy Hunt's Blog
Last Week in AI
Last Week in AI
Schneier on Security
Schneier on Security
N
News and Events Feed by Topic
博客园 - 【当耐特】
有赞技术团队
有赞技术团队
AWS News Blog
AWS News Blog
Blog — PlanetScale
Blog — PlanetScale
博客园_首页
Google DeepMind News
Google DeepMind News
Cloudbric
Cloudbric
N
News | PayPal Newsroom
A
About on SuperTechFans
S
Schneier on Security
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Hugging Face - Blog
Hugging Face - Blog
M
MIT News - Artificial intelligence
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
雷峰网
雷峰网
T
The Exploit Database - CXSecurity.com
罗磊的独立博客
K
Kaspersky official blog
The Cloudflare Blog
I
Intezer

博客园 - lightsong

Micro Frontends extending the microservice idea to frontend development What is Nx? Smart Monorepo Build System & CI Build and Query Knowledge Graphs with LLMs WizMap AI Code Review Claude Code Awesome Claude Agents - 26-agent AI Development Team (open source) WezTerm Herdr Zellij playwright-cli branch vs worktree Ralph Loop Browserbase Skills The Complete Beginner's Guide to GSD (Get Shit Done) Framework for Claude Code A Claude Code Skills Stack: How to Combine Superpowers, gstack, and GSD Without the Chaos Casdoor Harness engineering for coding agent users The 8 Levels of Agentic Engineering assistant-ui vs copilotkit vs tambo Apache Casbin langfuse contextvars Agent Skills Temporal + LangGraph: A Two-Layer Architecture for Multi-Agent Coordination Building Generative AI Services with FastAPI DeepAgent vs LangGraph Plan-and-Execute AI-Native Software Delivery 动态表单EAV模型(Entity-Attribute-Value模型)和JSON字段 ClickHouse® is a real-time analytics database management system GRAPH RAG 数仓建模——维度表详细讲解 涌现能力 The 5W2H Problem-Solving Method 前端如何直接上传文件夹 docker状态混乱修复(如果出现容器stop不了问题,报Permission denied) Ducky - BPMN 工作流管理系统
Agentic AI-Powered HR Automation Instant CV Intelligence for Modern Hiring Teams Python + LangGraph + FastAPI
lightsong · 2026-02-24 · via 博客园 - lightsong

Agentic AI-Powered HR Automation
Instant CV Intelligence for Modern Hiring Teams
Python + LangGraph + FastAPI

🚀 Enterprise-grade Agentic AI platform for HR automation, candidate intelligence, and recruitment workflows.

For Anyone:
Interested In Learning Agentic AI for a real-world practical use-case

Automated CV review and candidate evaluation system using LangChain, LangGraph, LlamaIndex, FastAPI.
By AICampus - Agentic AI Research Community

🎯 Features

    • ✅ Automated CV processing to Candidate Review & Evaluation
    • 🤖 AI-powered data extraction (personal info, experience, skills, qualifications etc.)
    • 📝 200-word professional summaries
    • ⭐ Candidate scoring (1-100) with detailed reasoning
    • 📊 Optional Google Sheets logging (configurable)
    • 🚀 High-performance FastAPI with async support
    • ⭐ Data Analytics with web-based HR Dashaboard support for management and visualization
    • ⭐ Real-time notifications for HR teams

https://github.com/fanqingsong/agentic-ai-hr-automation-agent-python-langgraph-recruitment-workflow

Tech Features

  • LangGraph workflows: (1) CV extraction — upload → extract → summary → save to MongoDB; (2) Job evaluation — extract job skills → evaluate candidate → skills match → score decision.
  • AI-based data extraction (personal info, experience, skills) with structured JSON; minimal tokens via compact schemas.
  • JWT authentication (PostgreSQL users, roles: job_seeker, hr_manager, admin).
  • MinIO object storage for CV files; optional local fallback.
  • Multi-LLM: OpenAI, Azure OpenAI, Anthropic Claude, Ollama (Qwen3 etc.).
  • Error handling, timestamped records, health and config endpoints.

Automation Workflow

1. CV extraction workflow (single CV upload): upload_cv → extract_cv_data → generate_summary → save_candidate_to_mongodb.
2. Job evaluation workflow (score candidate for a job): extract_job_skills → evaluate_candidate → skills_match → score_decision.

出处:http://www.cnblogs.com/lightsong/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。