This repository is built on DeepSeek Harness and developed as plugins. All plugins live under packages/.
Please install these before running the build script.
node >= 22
pnpm >= 11
python3 >= 3.8
Clone the repo, copy config.yml.example to config.yml and fill in the required keys, then run install-all.sh. That script installs dependencies, builds deepseek-harness and registers our designed dsh plugins on the web profile.
git clone https://github.com/DangoSys/harness.git
cd harness/
cp config.yml.example config.yml
# edit config.yml
./tools/scripts/install-all.shAfter a successful build, start the web profile through the launcher. DEEPSEEK_API_KEY is required.
cd harness/
DEEPSEEK_API_KEY=sk-... ./dsh web