february2015/dsh-taskswarm

february2015★ 0JavaScript最后同步: 2026-08-15

在 GitHub 打开

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

README 摘要

TaskSwarm(蜂群) Multi-agent task orchestration for DeepSeek Harness (DSH). TaskSwarm arranges a batch of tasks into dependency-ordered waves , runs multiple AI workers in parallel lanes isolated by git worktrees, then automatically reviews and merges their output. 蜂群 (fēngqún) is a swarm of bees: the queen directs, the workers each buzz on their own task in parallel — exactly what this project does: the supervisor plans the waves, then every worker advances in its own lane . - License: MIT - Upstream: TaskPlane(Pi ecosystem multi-agent orchestration)— this project is a native port - 中文文档: README.zh-CN.md Features - Waves / Lanes parallel orchestration — tasks are topologically layered by their dependency DAG into waves; tasks within a wave run concurrently - Git worktree isolation — every task (lane) works in its own worktree; results are merged into the taskswarm/orch integration branch - Task packets — each task is a PROMPT.md (mission / steps / constraints) + STATUS.md (progress), giving workers durable memory across context resets - Checkpoint discipline — automatic git commits at step boundaries; a crashed worker never loses committed work - Cross-model review — an independent r…

在 GitHub 查看完整 README →
Agent/智能体ai-agentsdeepseek-harnessdeepseek-harness-plugindsh-plugindsh-pluginsgit-worktreemulti-agenttaskplane

分类