PerryLink/dsh-research-report ↗★ 94
dsh-research-report
提供可验证的学术与研究报告生成引擎
AI 分析
适合需要生成带有防篡改证据链和验证结论的研究报告的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PerryLink/dsh-research-report說明文件
閱讀完整 README ↗Configuration
All tunables are Schemastery Config fields; invalid values fail the profile load loudly. Relative roots resolve against the harness working directory (the workspace).
| Key | Default | Description |
|---|---|---|
enabled | true | Master switch; false mounts nothing. |
ledgerRoot | .research-ledger | Evidence-ledger directory (objects + JSONL journals). |
reportRoot | research-reports | Sealed-report root (versioned per topic and timestamp). |
maxEvidenceBytes | 2097152 | Hard cap on one evidence snapshot's UTF-8 bytes. |
maxEvidencePerReport | 200 | Hard cap on evidence items bound into one report. |
fetchTimeoutMs | 20000 | Deadline (ms) for one ctx.web fetch during capture. |
requireJournalMetadata | false | When true, DOI-typed evidence must carry a journal name and publication year at registration (fails loud otherwise). |