From ad0910800887d60aa63bbdcbda32bfccea8e804f Mon Sep 17 00:00:00 2001 From: zk Date: Wed, 8 Apr 2026 17:35:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .kiro/steering/项目结构说明.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.kiro/steering/项目结构说明.md b/.kiro/steering/项目结构说明.md index 37a401d..535c607 100644 --- a/.kiro/steering/项目结构说明.md +++ b/.kiro/steering/项目结构说明.md @@ -36,13 +36,13 @@ offerpie_python_ai/ │ │ ├─ prompts.py # 5 个提取任务的 System Prompt(个人信息/教育/工作+实习/项目/竞赛) │ │ └─ extractor.py # AI 并行提取(extract_all 入口,asyncio.gather 5 路并行) │ └─ resume_diagnoser/ # 简历 AI 诊断模块 - │ ├─ prompts.py # 诊断 Prompt 模板(分模块诊断 + 汇总评价) - │ └─ diagnoser.py # AI 并行诊断(diagnose_all 入口 + generate_summary 汇总评价) + │ ├─ prompts.py # 诊断 Prompt 模板(分模块诊断 + 汇总评价 + 润色优化) + │ └─ diagnoser.py # AI 并行诊断(diagnose_all 入口 + generate_summary 汇总评价 + polish_content 润色优化) │ ├─ api/ # **路由层**(REST API 接口) │ ├─ health.py # 健康检查接口 GET /health/ │ ├─ resume.py # 简历接口 POST /resume/upload(上传文件AI解析) - │ └─ resume_diagnose.py # 简历诊断接口(POST 触发诊断 / GET 查询报告 / PUT 标记处理) + │ └─ resume_diagnose.py # 简历诊断接口(POST 触发诊断 / GET 查询报告 / PUT 标记处理+用户评价 / POST 润色优化) │ ├─ models/ # **ORM 模型层**(SQLAlchemy 声明式映射) │ ├─ func_permission.py # 功能权限定义表(bg_func_permission)