dsh-chatpaper
适用于 DeepSeek Harness 的 arXiv 论文工具:提供搜索、总结、翻译和综述论文的原生工具。无需 Python 或 MCP,采用 HTML 优先提取。
AI 分析
核心用途是让 DSH 具备直接检索和深度阅读 arXiv 学术论文的能力。适合科研人员和学者。提供 4 个原生工具,支持并发文献综述,提取的论文内容会缓存在本地。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:puppet2004/dsh-chatpaper說明文件
閱讀完整 README ↗Configuration
Add or override the row in your profile's cordis.patch.yml:
- insert:
- id: chatpaper
name: dsh-chatpaper
config:
provider: ''
model: ''
| Key | Default | Description |
|---|---|---|
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-cache | Directory caching extracted paper bodies, keyed by versioned arXiv id. |
surveyConcurrency | 4 | Concurrent paper summaries in deep survey mode. |
summaryChars | 15000 | Text slice fed to a summary. |
surveyPaperChars | 8000 | Text slice fed to a deep-survey per-paper summary. |
translateChunkChars | 6000 | Size of one translation chunk. |
translateMaxChars | 60000 | Cap on source characters to translate. |
searchDelayMs | 3000 | Delay before each arXiv API request (rate-limit courtesy). |
searchRetries | 3 | arXiv API retry count. |
downloadTimeoutMs | 120000 | Paper-body download timeout. |