february2015/dsh-taskswarm

插件 ⭐ 1 MIT agent-orchestrationcoding

TaskSwarm (蜂群) — 基于DeepSeek Harness的多智能体任务编排插件:支持waves/lanes并行执行、git worktree隔离、任务包及跨模型评审、崩溃恢复 | 多智能体任务编排,适用于DeepSeek Harness:具备波浪/车道并行、git工作树隔离、任务分组、跨模型审查及崩溃恢复功能

catalog 简介:TaskSwarm (蜂群) — DeepSeek Harness 上的多智能体任务编排插件:waves/lanes 并行执行、git worktree 隔离、任务包与跨模型评审、崩溃可恢复 | Multi-agent task orchestration for DeepSeek Harness: waves/lanes parallel execution, git worktree isolation, task packets, cross-model review, crash recovery

安装

# npm registry
dsh plugin --profile web add dsh-taskswarm

# GitHub
dsh plugin --profile web add https://github.com/february2015/dsh-taskswarm.git

# Local directory (development / offline)
git clone https://github.com/february2015/dsh-taskswarm.git && cd dsh-taskswarm
npm install && npm run build
dsh plugin --profile web add $(pwd)

february2015/dsh-taskswarm 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。