Ready22Race/dsh-team-task2

@ready22race/dsh-team-task

team-task for DeepSeek Harness: long-horizon multi-agent tasks — a lead plans a reviewed DAG, durable members execute, an event log is the single truth, and a resident reconciler survives crashes and restarts.

AI Analysis

核心用途是执行复杂的、需要多步骤和多角色协作的长期开发或研究任务。适合需要 AI 团队协同工作、且要求任务具备容灾恢复能力的用户。需要 Node.js 22+ 运行环境。

Package
@ready22race/dsh-team-task
Version
0.1.0
License
MIT
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Ready22Race/dsh-team-task

Configuration

- id: team-task
  config:
    stateDir: .team-task
    memberProvider: spawn      # subagent runtime backend, not an LLM provider
    memberMaxDepth: 1
    maxMembers: 8
    reconcileIntervalMs: 30000