Harzva / dsh-research-lab

已收录

DSH-native multi-runtime baseline, ablation, and reproducible evaluation control plane

main工具 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:Harzva/dsh-research-lab

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 1b25354同步于 2026年8月18日

DSH Research Lab

dsh-research-lab 是独立的 DeepSeek Harness 研究插件:在 DSH Web 内管理多推理 Runtime、固定 Baseline、生成消融矩阵,并冻结可复现的实验 Manifest。

开发者检索关键词:dshdsh-plugindeepseek-harnessdsh-research-labreasoning-runtimeagent-evaluationablation-study

M0 边界:当前是 Manifest-first 控制面。它不会调用模型、不会产生 API 费用,也不宣称 Plan-and-Execute、Tree of Thoughts 或 Reflexion 已经可运行。

已实现

  • 独立 DSH 插件包 @harness-flow/dsh-research-lab
  • DSH 原生入口:Settings → Plugins → Research Lab
  • Runtime Catalog:ReAct Default、Plan Guided、Code Orchestration,以及明确标记为设计态的 Plan-and-Execute、ToT、Reflexion。
  • 固定 DSH、Profile、Preset、模型、数据、预算、指标与种子的 Baseline 协议。
  • Runtime × repetitions 消融矩阵,最多 64 个 planned runs。
  • 规范化 JSON + SHA-256 的确定性 Manifest。
  • DSH Home 私有、原子、幂等存储;API 不返回绝对路径或凭据。
  • Windows/Linux CI、TypeScript 构建和单元测试。

本地开发

要求 Node.js 22+、pnpm 11,以及当前已验证的 DSH 0.1.0-rc.6

pnpm install
pnpm check
pnpm run pack:plugin

把生成的 .tgz 安装到 DSH Web Profile:

dsh plugin --profile web add .\artifacts\harness-flow-dsh-research-lab-0.1.0-m0.tgz --save-exact --ignore-scripts
dsh --profile web

文档

本项目是社区项目,不代表 DeepSeek 官方背书。

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

测试已检测
文档已检测

仓库信息

开发语言
TypeScript
许可证
MIT
最后更新
2026年8月17日 00:59

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。