PerryLink/dsh-research-report94

dsh-research-report

Verifiable research-report engine for DeepSeek Harness: a content-addressed evidence ledger (claim ↔ snapshot binding, tamper-evident) plus versioned sealed reports where every claim carries a verification verdict and the manifest hash seals the directory. Retrieval orchestration reuses the official ctx.web / ctx.jobs seams — no deep-research loop.

包名
dsh-research-report
版本
0.3.10
许可证
Apache-2.0
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PerryLink/dsh-research-report

Configuration

All tunables are Schemastery Config fields; invalid values fail the profile load loudly. Relative roots resolve against the harness working directory (the workspace).

KeyDefaultDescription
enabledtrueMaster switch; false mounts nothing.
ledgerRoot.research-ledgerEvidence-ledger directory (objects + JSONL journals).
reportRootresearch-reportsSealed-report root (versioned per topic and timestamp).
maxEvidenceBytes2097152Hard cap on one evidence snapshot's UTF-8 bytes.
maxEvidencePerReport200Hard cap on evidence items bound into one report.
fetchTimeoutMs20000Deadline (ms) for one ctx.web fetch during capture.
requireJournalMetadatafalseWhen true, DOI-typed evidence must carry a journal name and publication year at registration (fails loud otherwise).