puppet2004/dsh-chatpaper0

dsh-chatpaper

适用于 DeepSeek Harness 的 arXiv 论文工具:提供搜索、总结、翻译和综述论文的原生工具。无需 Python 或 MCP,采用 HTML 优先提取。

AI 分析

核心用途是让 DSH 具备直接检索和深度阅读 arXiv 学术论文的能力。适合科研人员和学者。提供 4 个原生工具,支持并发文献综述,提取的论文内容会缓存在本地。

套件
dsh-chatpaper
版本
0.1.1
最近更新
2026年8月15日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:puppet2004/dsh-chatpaper

Configuration

Add or override the row in your profile's cordis.patch.yml:

- insert:
    - id: chatpaper
      name: dsh-chatpaper
      config:
        provider: ''
        model: ''
KeyDefaultDescription
provider''Harness LLM provider route; empty resolves to the deployment's deepseek route (deepseek-official in the official deployment).
model''Harness LLM model id; empty resolves to the adapter's advertised default model.
cacheDir~/.dsh-chatpaper-cacheDirectory caching extracted paper bodies, keyed by versioned arXiv id.
surveyConcurrency4Concurrent paper summaries in deep survey mode.
summaryChars15000Text slice fed to a summary.
surveyPaperChars8000Text slice fed to a deep-survey per-paper summary.
translateChunkChars6000Size of one translation chunk.
translateMaxChars60000Cap on source characters to translate.
searchDelayMs3000Delay before each arXiv API request (rate-limit courtesy).
searchRetries3arXiv API retry count.
downloadTimeoutMs120000Paper-body download timeout.