amphilagus/dsh-literature ↗★ 1
@amphilagus/dsh-literature
Out-of-tree DSH bundle for scientific literature search: a Crossref + local SQLite FTS search engine, agent-facing literature tools, and literature-database management under $DSH_HOME/data/literature
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:amphilagus/dsh-literature说明文档
阅读完整 README ↗常用配置
文献插件配置写在 preset 那次重新挂载 上(host 空壳的 enabled: false 行改 mailto 不会传到本 agent)。编辑:
~/.dsh/.agent-presets/literature-tracking-assistant/agent.cordis.yml
- id: literature-search
name: '@amphilagus/dsh-literature'
config:
enabled: true
mailto: you@example.com # Crossref polite pool,建议填
# dbPath: ~/custom/literature.db
# cacheRemote: true
| 键 | 默认 | 含义 |
|---|---|---|
enabled | host 上 false;本 preset 必须 true | 主开关 |
mailto | 空 | Crossref 礼貌池邮箱 |
dbPath | $DSH_HOME/data/literature/literature.db | SQLite 路径(缓存 + 新库 + 方案) |
cacheRemote | true | 是否把远程命中写入搜索缓存(不是新库) |
sciJournalsPath | 包内 data/sci_journals.db | SCI 目录路径 |
改完 preset 文件后新开的会话才会用新组合;已在跑的会话保持启动时那一版。