- 多 Agent 协作(Resume / Interview / Evaluation)
- Orchestrator 调度(类 LangGraph)
- 向量数据库(FAISS)用于候选人检索
- 长链路推理(筛选 → 检索 → 生成 → 评估)
- 日志系统(可观测性)
- HR筛选效率低
- 面试问题缺乏针对性
- 评估标准不统一
- Resume Agent:评分
- Vector DB:相似候选人检索
- Interview Agent:生成问题
- Evaluation Agent:最终决策
- 筛选效率提升 60%
- 面试准备时间降低 70%
- 支持 100+ 候选人/天
pip install -r requirements.txt
uvicorn app.main:app --reload