Ready22Race/team-task0

@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

核心用途是管理和运行复杂的长流程多 Agent 协同任务。适合需要 AI 自动进行多角度研究、结果评审并合并报告等复杂工作流的用户。支持在任务中断或崩溃后无缝恢复执行。

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/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