qinglang8609/deepseek_herdr0

dsh-agent-commander

DSH web plugin: multi-agent commander. Open Claude / opencode / codex agents with role & skill definitions, watch every agent's live terminal in a right-side radar panel, and let DeepSeek dispatch tasks through agent_* tools. Shared memory: 记忆库.md / 任务看板.md / 交接区 in the project directory.

包名
dsh-agent-commander
版本
0.2.1
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:qinglang8609/deepseek_herdr

⚙️ 配置(Config schema)

插件导出标准 Schemastery Config schema,所有参数可在 profile 的 cordis.patch.yml 覆盖:

- id: agent-commander
  config:
    maxAgents: 12              # 同时打开的最大智能体数(默认 8)
    rolePresets:
      - 数据库专家
      - 安全专家              # 自定义预设会出现在「新建智能体」弹窗里
    memoryDir: .deepseek       # 共享记忆目录名(默认 .deepseek)
    allowedSignals: [SIGINT, SIGTSTP, SIGTERM]

完整字段表见 plugin/README.md