smilewhenever777/dsh-scholar
DSH(DeepSeek Harness) 自研插件集:学者工作台(文献库/精读/知识图谱/Idea卡片) + 服务器看板(GPU监控) + 研究主线图(DAG/实验台账)
Project Overview项目介绍
This is a monorepo of three self-developed plugins for DeepSeek Harness (DSH): Scholar Workbench for academic literature management, Server Dashboard for SSH fleet GPU monitoring, Research Trajectory for research progress tracking. Use it for end-to-end AI research workflow management. Two plugins are currently only installable via source code.
这是 DeepSeek Harness(DSH)的三个自研插件统一仓库,包含学者工作台(科研文献管理)、服务器看板(GPU集群监控)、研究主线图(研究进度追踪)工具,适用于AI科研全流程管理。注意服务器看板和研究主线图暂仅支持源码安装。
请帮我了解并安装插件:【dsh-scholar】【https://github.com/smilewhenever777/dsh-scholar】
Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。
Or use CLI install (for developers)或使用命令行安装(适合开发者)
CLI Install命令行安装
dsh plugin add dsh-scholar-desk
把 smilewhenever777/dsh-scholar 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
DSH 自研插件集
DeepSeek Harness (DSH) 的三个自研插件,统一仓库(monorepo),每插件一个子目录、独立 npm 包。
| 插件 | 子目录 | npm 包 | 一句话 |
|---|---|---|---|
| 📚 学者工作台 | dsh-scholar/ |
dsh-scholar-desk |
文献库 + 论文精读 + 知识图谱 + Idea 卡片(引用同步/看板视图/实验计划) |
| 🖥️ 服务器看板 | dsh-server-dashboard/ |
dsh-server-dashboard |
SSH 舰队 GPU 监控(自动轮询/降级帧/右侧栏 GPU 页签) |
| 🧭 研究主线图 | dsh-trajectory/ |
dsh-trajectory |
研究主线 DAG + 实验台账 + 训练进度跟随 |
安装
要求 DSH ≥ 0.1.5-rc.2:
dsh plugin add dsh-scholar-desk # 学者工作台
dsh plugin add dsh-server-dashboard # 服务器看板(npm 重发中,可先用源码安装)
dsh plugin add dsh-trajectory # 研究主线图(npm 重发中,可先用源码安装)
源码安装(免 npm):
git clone https://github.com/smilewhenever777/dsh-scholar.git
cd dsh-scholar/<插件目录> && npm install && npm run build
dsh plugin --profile web add ./<插件目录>
各插件文档
每个插件的完整说明(功能、工具、路由、配置)见各自子目录的 README.md。
License
MIT(每插件同权)
vshulcz/deja-vu
mnemon-dev/mnemon
syncable-dev/memtrace-public
huiliyi37/dsh-tianshu-tui
xiehuan123/dsh-deepread
PerryLink/dsh-plugin-guide
wowyuarm/dsh-agent-team