MaxHou-infinity/dsh-scout ↗★ 0
dsh-scout
Evidence-driven company and job intelligence plugin for DeepSeek Harness.
AI Analysis
核心用途是收集和验证企业及岗位情报,支持自动将分析案例落盘存储。适合进行求职调研、企业背景调查或行业情报收集的用户。要求 Node ≥ 22.19。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MaxHou-infinity/dsh-scoutREADME
Read the full README ↗配置(可选)
在 DSH profile 的 cordis.patch.yml 中为 dsh-scout 配置:
- id: dsh-scout
config:
scoutDir: /path/to/scout-cases # 默认导出目录;case 落在 //
autoPersist: true # 每次变更后自动写五文件(默认 false)
scoutDir未配置时,scout_export省略targetDir会写到./dsh-scout//;autoPersist: true时,每次scout_start/scout_add_source/scout_ingest/scout_search/scout_add_claim/scout_verify_*后自动落盘;写失败不影响主流程。