开发、编排与安全开源项目

Multi-task Agent

并发任务 Agent

用于在 DeepSeek Harness 内拆解并运行多个任务的实验性原生预设。

项目 README(英文原文)

在 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.