dsh-citeguard
Citation extraction and evidence verification for DeepSeek Harness
AI 分析
核心用途是验证 AI 输出内容的真实性与引文准确性。适合需要对学术、技术草稿中的文献引用、DOI 或外部链接进行自动化真实性校验的严谨写作与研究任务。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Chhlafiu4312/citeguardドキュメント
README 全文を読む ↗Configuration
| Field | Default | Purpose |
|---|---|---|
enabled | true | Register the citeguard_check tool. |
networkMode | metadata | off, fixed-provider metadata, or SSRF-checked full. |
timeoutMs | 8000 | Per-request deadline. |
maxResponseBytes | 1048576 | Maximum accepted response body. |
maxRedirects | 4 | Maximum validated redirects. |
minTitleSimilarity | 0.55 | Token-set similarity required for an explicit title label. |
maxTextChars | 200000 | Maximum draft length per invocation. |
maxCitations | 100 | Maximum citations verified per invocation. |
The complete bundle defaults are in cordis.patch.yml.