AI Agent Hub
Back to plugins
⚙️

dsh-research-lab

Workflow Updated 2026.08.17

Run the following command in DeepSeek Harness:

dsh plugin install Harzva/dsh-research-lab

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Harzva/dsh-research-lab inside DSH Web to install; the source repository is https://github.com/Harzva/dsh-research-lab .

About this plugin

When comparing agent reasoning strategies, the biggest pain point is rarely the model itself — it is the experimental environment: baselines drift, ablation matrices lack unified records, and manifests are impossible to reproduce. dsh-research-lab, a native DeepSeek Harness research plugin, pulls these scattered terminal and notebook steps into DSH Web, returning experiment management to a deterministic, auditable control plane.

Core capabilities revolve around three pillars. First, a Runtime Catalog ships with three verified paths — ReAct Default, Plan Guided, and Code Orchestration — while reserving design-stage slots for Plan-and-Execute, Tree of Thoughts, and Reflexion. Second, a Baseline protocol locks the DSH version, Profile, Preset, model, dataset, budget, metrics, and random seed in one shot, eliminating the awkwardness of reconciling parameters after the fact. Third, an ablation matrix allows free Runtime x repetitions combinations up to 64 planned runs, emitting a normalized JSON manifest with a SHA-256 hash for determinism. Storage is private, atomic, and idempotent; the API never exposes absolute paths or credentials.

It is built for developers running Agent Evaluations, Ablation Studies, or cross-strategy reasoning benchmarks. One caveat: the M0 boundary defines this as a Manifest-first control plane — it does not invoke models, does not incur API costs, and does not claim ToT or Reflexion are production-ready. It solves the problem of experiment management and result reproducibility, not the replacement of reasoning engines themselves.

Use Cases

  • Benchmark output quality across ReAct, Plan Guided, and Code Orchestration reasoning paths
  • Lock baseline parameters, execute ablation matrices, and export deterministic manifests
  • Manage multi-runtime experiment records in DSH Web instead of scattered terminals and notes

Best For

  • Developers running agent evaluations and ablation studies
  • AI engineering teams requiring reproducible experiment records
  • Developers building agent workflows on DeepSeek Harness