Files
AIclinicalresearch/docs/03-业务模块/ASL-AI智能文献
HaHafeng 87655ea7e6 feat(rvw,asl): RVW V3.0 smart review + ASL deep research history + stability
RVW module (V3.0 Smart Review Enhancement):
- Add LLM data validation via PromptService (RVW_DATA_VALIDATION)
- Add ClinicalAssessmentSkill with FINER-based evaluation (RVW_CLINICAL)
- Remove all numeric scores from UI (editorial, methodology, overall)
- Implement partial_completed status with Promise.allSettled
- Add error_details JSON field to ReviewTask for granular failure info
- Fix overallStatus logic: warning status now counts as success
- Restructure ForensicsReport: per-table LLM results, remove top-level block
- Refactor ClinicalReport: structured collapsible sections
- Increase all skill timeouts to 300s for long manuscripts (20+ pages)
- Increase DataForensics LLM timeout to 180s, pg-boss to 15min
- Executor default fallback timeout 30s -> 60s

ASL module:
- Add deep research history with sidebar accordion UI
- Implement waterfall flow for historical task display
- Upgrade Unifuncs DeepSearch API from S2 to S3 with fallback
- Add ASL_SR module seed for admin configurability
- Fix new search button inconsistency

Docs:
- Update RVW module status to V3.0
- Update deployment changelist
- Add 0305 deployment summary

DB Migration:
- Add error_details JSONB column to rvw_schema.review_tasks

Tested: All 4 review modules verified, partial completion working
Made-with: Cursor
2026-03-07 19:24:21 +08:00
..

ASL - AI智能文献

模块代号: ASL (AI Smart Literature)
开发状态: 下一步开发Week 2-4
商业价值: 可独立售卖
独立性:
优先级: P0


📋 模块概述

AI智能文献筛选系统帮助研究者快速筛选和分析文献。

核心价值: 核心差异化功能,可独立售卖


🎯 核心功能6个模块

  1. 标题摘要初筛 - 双模型AI判断
  2. 全文复筛 - PDF全文分析
  3. 全文解析与数据提取
  4. 数据分析与报告生成
  5. 系统评价与Meta分析
  6. 文献管理

本周重点: 标题摘要初筛 + 全文复筛


📂 文档结构

ASL-AI智能文献/
  ├── [AI对接] ASL快速上下文.md         # ⏳ 待创建
  ├── 00-项目概述/
  │   ├── 01-产品需求文档(PRD).md       # ⏳ 待合并3个PRD
  │   └── ...
  ├── 01-设计文档/
  │   ├── 02-数据库设计.md
  │   ├── 03-API设计.md
  │   └── 07-UI设计/
  │       ├── 标题摘要初筛原型.html
  │       └── 全文复筛原型.html
  └── README.md                          # ✅ 当前文档

🔗 依赖的通用能力

  • LLM网关 - 双模型AI判断
  • 文档处理引擎 - PDF全文提取
  • RAG引擎 - 文献内容检索

🎯 商业模式

目标客户: 系统评价研究者、循证医学中心
售卖方式: 独立产品
定价策略: 按项目数或按月订阅


最后更新: 2025-11-06
维护人: 技术架构师