跳转至

dsh-plugin-product-subagents

类型 智能体 分类 多智能体
星数 ⭐8 状态 ✅ 活跃
能力 multi-agent 更新时间 2026-08-13

📖 项目简介

Role-based Codex / Claude Code / ACP subagent providers for the DeepSeek Harness. Turns external agent CLIs into durable, continuable subagents with a declarative role library, per-role product permissions, delegation with a permission ceiling, and cross-platform process launching.

✨ 核心特性

  • Continuable children — one-shot sync or async continuable (control with
  • Session continuity — a child's remote product session survives idle
  • Declarative roles (roles/*.json) — general (default), code-review,
  • Two-layer permission model — the relay model is always a read-only
  • Permission ceiling — a child can never spawn a descendant with more
  • Any ACP agent — add Cursor (agent acp), CodeBuddy (cbc --acp),

📦 安装

npm i dsh-plugin-product-subagents

🚀 快速开始

- insert:
    - id: product-subagents
      name: 'dsh-plugin-product-subagents'
      config:
        idleTimeoutMs: 600000
        providers:
          cursor:    { type: acp, command: agent, args: [acp] }
          codebuddy: { type: acp, command: cbc, args: [--acp] }

🔗 链接