dsh-kanban
DSH-native multi-agent kanban board: the Hermes (MIT) kanban engine + board UI, driven by a DSH headless-worker dispatcher, with model tools for card management
安装
$
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 |