Engineering, orchestration and securityOpen source

Multi-task Agent

Concurrent task agent

An experimental native preset for decomposing and running multiple tasks inside DeepSeek Harness.

Project README

View on GitHub

dsh-multi-task

A prototype Multi-task Agent Preset for DeepSeek Harness.

The coordinator keeps task context and decisions, delegates substantial execution to continuable subagents, and reports only a short start confirmation while work is running.

Install

git clone https://github.com/L1ttleBad/dsh-multi-task.git "${DSH_HOME:-$HOME/.dsh}/.agent-presets/multi-task"

Restart DSH, create a new session, and select Multi-task 模式.

This prototype targets the current DSH development version.