← 返回测试输出列表

医学 HITL 扩展 — CAR-T 免疫治疗

模块: literature-discovery | 深度: L3 | 判定: WARN

概述

Phase 1: /research CAR-T cell immunotherapy recent advances Phase 2: /research-add-items 通过人在回路补充 5 个研究条目

执行概要

  • Phase 1: 标准 5 步流程生成 9 个初始条目
  • Phase 2: /research-add-items — 用户指定 5 条目 + web search 补充 2 条目 → 最终 16 条目
  • 2 次 request_user_input 调用(初始确认 + 条目补充)

总用时: ~133s(含用户交互)

核心输出

初始 outline.yaml(Phase 1,9 条目)

topic: "CAR-T Cell Immunotherapy Recent Advances"
items:
  - name: "CD19-targeted CAR-T therapies"       # FDA 已批准产品
  - name: "BCMA-targeted CAR-T"                  # 多发性骨髓瘤
  - name: "CD22-targeted CAR-T"                  # CD19 阴性复发
  - name: "Bispecific CAR-T constructs"           # 双靶向防抗原逃逸
  - name: "CAR-T manufacturing optimization"      # 病毒载体/自动化生产
  - name: "Cytokine release syndrome management"  # CRS 分级管理
  - name: "CAR-T in hematologic malignancies"     # 血液肿瘤疗效
  - name: "CAR-T combination therapies"           # 联合免疫治疗
  - name: "Next-generation CAR construct engineering"  # Armored/synNotch/SUPRA CARs

补充条目(Phase 2,+7 条目)

  - name: "Allogeneic CAR-T (off-the-shelf)"   # 通用型,基因编辑防 GVHD
  - name: "CAR-NK cell therapies"               # NK 细胞,降低 CRS 风险
  - name: "T cell exhaustion in CAR-T"          # 耗竭机制与表观遗传重编程
  - name: "CRISPR-engineered CAR-T"             # PD-1 敲除,TRAC 位点整合
  - name: "CAR-T for solid tumors"              # 克服 TME 免疫抑制
  - name: "mRNA-based CAR-T"                    # [web search] 瞬时表达更安全
  - name: "CAR-T in autoimmune disease"         # [web search] SLE/肌炎/硬皮病

分析

  • 人在回路交互成功补充 5 个用户指定条目 + 2 个 web search 发现条目
  • 去重检查通过,items_per_agent 从 3 调整到 4
  • WARN 原因:平台依赖 multi_agent 和 request_user_input,非设计缺陷