SUFE-Chaoyi/dsh-plugin-csv-report ↗★ 0
dsh-plugin-csv-report
面向 CSV 描述统计与可复现报告的 DeepSeek Harness 插件
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SUFE-Chaoyi/dsh-plugin-csv-report说明文档
阅读完整 README ↗配置
安装后,在 profile 的 cordis.patch.yml 覆盖路径。示例见 example/config/cordis.example.yml。
- insert:
- id: csv-report
name: dsh-plugin-csv-report
config:
dataDir: /absolute/path/to/csv-data
outputDir: /absolute/path/to/reports
pythonPath: /absolute/path/to/python
安装 Python 依赖:
python -m venv .venv
.venv/bin/python -m pip install -r requirements.lock.txt