SUFE-Chaoyi/dsh-plugin-csv-report0

dsh-plugin-csv-report

面向 CSV 描述统计与可复现报告的 DeepSeek Harness 插件

包名
dsh-plugin-csv-report
版本
0.1.0
许可证
MIT
最近更新
2026年8月31日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SUFE-Chaoyi/dsh-plugin-csv-report

配置

安装后,在 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