Paloma966/dsh-paper0

dsh-paper

提供论文写作与答辩全流程辅助功能

AI 分析

适合需要进行文献检索、逐章写作评审、AI降重、合规自查及生成Word/PPT的学术研究人员。

包名
dsh-paper
版本
2.0.0
许可证
MIT
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Paloma966/dsh-paper

配置

所有字段都有默认值;在 profile 的 cordis.patch.yml 里覆盖:

- id: paper
  name: dsh-paper
  config:
    memoryPath: /path/to/paper-memory.db   # 默认 $DSH_HOME/paper-memory.db
    similarity: { shingle: 4, threshold: 0.3, minChars: 30 }  # 降重度量参数
    ppt: { engine: auto, theme: default, timeoutMs: 120000 }  # auto|marp|pandoc|none
    intake: { maxQuestions: 12, specRel: '00-管理/意图规格.md' }
    ingest: { maxBytes: 33554432, maxChars: 60000 }
    learn: { stateDir: '.paper', gates: { go: { build: [go, build, ./...] } }, maxCapturedOutput: 8000 }
    recall: { maxEntries: 4, maxChars: 600, minKeywordLength: 2 }   # 记忆回灌
    # 苏格拉底闸门(原 dsh-socrates)
    promptGate: true
    destructiveGate: true
    maxQuestions: 3