S
dsh-scholar
smilewhenever777/dsh-scholar
DSH 학자 워크벤치: 로컬 논문 라이브러리 + Idea 책장 + 지식 그래프
설치
dsh plugin --profile web add github:smilewhenever777/dsh-scholarREADME
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(每插件同权)