Paloma966/dsh-paper0

dsh-paper

论文与答辩全流程助手(DeepSeek Harness 插件):材料摄取 → 苏格拉底式追问 → 文献检索 → 逐章写作与评审 → 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