跳到主要内容

dsh-task-center

已验证

dsh-task-center · v0.2.0 · MIT · Web 界面

The task-center plugin set for DeepSeek Harness in one package: task ledger, model tools, human commands, wake patrol, quota-resume guard, idle-session mining, the reaper, scheduled sends, and the web kanban.

安装

dsh plugin add dsh-task-center

dsh --profile default --dump-config 确认 layer 已生效 —— 参见安装指南

源码

标签

作者

说明文档

dsh-task-center

The whole task-center plugin set in one package — the ledger, model tools, human commands, wake patrol, quota-resume guard, idle-session mining, the reaper, scheduled sends, and the web kanban.

dsh plugin --profile web add dsh-task-center

The web profile (created by dsh web on first run) already carries the storage rows this set needs, at the shared ~/.dsh/storages root; this layer deliberately does not insert them again. For a fresh, non-web profile, add the three storage rows to that profile's own cordis.patch.yml first:

- insert:
    - id: storage
      name: '@deepseek-ai/dsh-storage'
    - id: storage-json
      name: '@deepseek-ai/dsh-storage-json'
      config:
        root: !!js dshHomePath('storages')
    - id: storage-domain
      name: '@deepseek-ai/dsh-storage-domain'
      config:
        backend: json
        routes: {}

Every plugin row lands with a deployment default; override any row by id in your profile's own cordis.patch.yml (a later layer replaces the whole config). Rows: tasks, task-local, task-source, tool-task, command-task, task-wake, task-quota, task-reaper, task-web, task-sched.

Requires DEEPSEEK_API_KEY in the environment (or saved through the web UI's Models page); the summarizer/wake/scheduler agents default to deepseek-official / $TASK_CENTER_MODEL (fallback deepseek-v4-flash).

The 0.1.0 multi-package family (dsh-task-center-task etc.) is deprecated; this package replaces all of it.