F1star/dsh-research0

@f1star/dsh-research

用于本地 PDF 阅读、持久化文献记录、可追溯证据及跨论文综合的 DeepSeek Harness 捆绑包。

AI 分析

核心用途是辅助学术研究,支持本地 PDF 解析与跨文献综合分析。适合科研人员或需要处理大量学术论文的用户。必要条件是需安装在包含基础和 Web 服务的 profile 中。

包名
@f1star/dsh-research
版本
0.1.0
许可证
MIT
最近更新
2026年9月3日

安装

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

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:

  1. @deepseek-ai/dsh-base
  2. @deepseek-ai/dsh-web-app
  3. @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.