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

推荐订阅源

博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
GbyAI
GbyAI
博客园_首页
V
Visual Studio Blog
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
腾讯CDC
博客园 - Franky
IT之家
IT之家
Google DeepMind News
Google DeepMind News
Microsoft Azure Blog
Microsoft Azure Blog
D
Docker
大猫的无限游戏
大猫的无限游戏
Recent Announcements
Recent Announcements
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
B
Blog
酷 壳 – CoolShell
酷 壳 – CoolShell

博客园 - lightsong

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) The Transactional Outbox Pattern
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/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。