dsh-research-lab
文件与数据 活跃维护

dsh-research-lab

Harzva/dsh-research-lab

原生适配多运行时的实验控制面,覆盖基线构建、消融实验、可复现评估全流程,统一管控实验配置与结果追踪,简化多运行时研究的实验组织与复现操作。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
103 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:Harzva/dsh-research-lab
git clone https://github.com/Harzva/dsh-research-lab.git
git clone git@github.com:Harzva/dsh-research-lab.git
README.md main

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 官方背书。