dsh-multi-task
其他 活跃维护

dsh-multi-task

L1ttleBad/dsh-multi-task

内置多类任务场景的Agent配置模板与指令规则,用户可直接导入启用,无需手动编写复杂参数,快速完成多任务Agent的部署与能力调用,降低多场景智能体开发成本。

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

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.