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

推荐订阅源

爱范儿
爱范儿
博客园_首页
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
MongoDB | Blog
MongoDB | Blog
美团技术团队
H
Help Net Security
G
Google Developers Blog
B
Blog RSS Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
aimingoo的专栏
aimingoo的专栏
Google DeepMind News
Google DeepMind News
J
Java Code Geeks
M
MIT News - Artificial intelligence
腾讯CDC
IT之家
IT之家
Vercel News
Vercel News
C
Check Point Blog
博客园 - 三生石上(FineUI控件)
Last Week in AI
Last Week in AI
I
InfoQ
博客园 - 司徒正美
A
About on SuperTechFans

博客园 - lightsong

Vision Transformer + BentoML ML Serving/编排工具 Introducing Gemma 3 270M: The compact model for hyper-efficient AI Utopia -- 企业世界模型 trustgraph semantica semantica vs graphti Industrial-Strength Natural Language Processing seata reference with springboot and other valuable demo outbox pattern with springboot Saga pattern with springboot 基于 Sentence Transformers 的具体应用案例 Vault with Keycloak as workload IAM Ontology Reasoning System ADR Claude Code的hook The AI-Native SDLC playbook Introduction to Dapper Introduction to FluentValidation Introduction to AutoFixture Introduction to FluentAssertions Understanding Return Types: IEnumerable, IReadOnlyCollection, and List Introduction to Refit Introduction to Carter Introduction to Minimal APIs Introduction to MediaTr Building Resilient .NET Applications with Polly Understanding Event-Driven Architecture Understanding CQRS in .NET Comprehensive Guide to Domain-Driven Design (DDD)
Agentic AI-Powered HR Automation Instant CV Intelligence ...
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/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。