pharma-intel-agent
SKILL.md
pharma-intel-agent
AI 药品情报聚合 — 多源抓取 → 去重 → AI 过滤 → 双语摘要 → 报告输出
快速开始
# Quick 模式(默认)— 当周情报快报
python scripts/main.py --query "GLP-1" --out-dir tmp/pharma-intel-2026-05-20 --days 7
# Deep 模式 — 含趋势分析
python scripts/main.py --query "PD-1" --out-dir tmp/pharma-intel-2026-05-20 --days 14 --deep
# 无 LLM 测试
python scripts/main.py --query "ADC" --days 7 --mock-llm
# 使用智谱 LLM
python scripts/main.py --query "HER2" --llm zai --days 7