dsh-kanban
DSH 原生多智能体任务看板:结合看板引擎与界面,由 DSH 无头工作协程调度器驱动,提供卡片管理的模型工具。
AI 分析
核心用途是提供多智能体协同的任务看板。适合需要让智能体自动管理、更新任务卡片,并在可视化看板中跟踪项目进度的用户。依赖 Python 环境。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:FuncWei/dsh-kanban說明文件
閱讀完整 README ↗Configuration (env vars)
| Var | Default | Meaning |
|---|---|---|
DSH_KANBAN_WORKER_CMD | dsh --profile headless | Worker launch command |
DSH_KANBAN_MAX_WORKERS | 4 | Global concurrent-worker cap |
DSH_KANBAN_PYTHON | auto (uv, then python3) | Sidecar Python interpreter |
DSH_KANBAN_ROOT | /storages/kanban | Board data directory |