@f1star/dsh-research
用于本地 PDF 阅读、持久化文献记录、可追溯证据及跨论文综合的 DeepSeek Harness 捆绑包。
AI 分析
核心用途是辅助学术研究,支持本地 PDF 解析与跨文献综合分析。适合科研人员或需要处理大量学术论文的用户。必要条件是需安装在包含基础和 Web 服务的 profile 中。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:F1star/dsh-research说明文档
阅读完整 README ↗Configuration
The bundle defaults live in cordis.patch.yml. A profile's own cordis.patch.yml is applied later and can override a row by id. A row override replaces its complete config value rather than merging individual keys, so retain parserProvider: pdfjs when overriding f1star-research-document unless another registered parser is intentional.
For a custom profile, compose the bundles in this order:
@deepseek-ai/dsh-base@deepseek-ai/dsh-web-app@f1star/dsh-research
Installing this bundle into a custom profile that contains only the base bundle fails because the filesystem, tool, system-prompt, and durable-storage services supplied by the Web layer are absent.