muzyLink/dsh-subagent-profile2

dsh-subagent-profile

子 Agent 方案管理与分发插件,支持配置预设、模型、工具白名单等参数,并提供运行时成本控制、管理路由及 Web 设置页。

AI 分析

核心用途是实现单次子任务向特定配置子代理的分发与管理。适合需要精细控制子任务模型、预设及工具权限,并进行成本管控的复杂编排任务。

套件
dsh-subagent-profile
版本
0.1.0
授權
MIT
最近更新
2026年8月22日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:muzyLink/dsh-subagent-profile

Usage

1. Configure sub-agent profiles

Profiles are managed in the settings page — each one bundles preset + model + reasoning effort + tool scope (and optionally a persona), and can be enabled, disabled, edited, or reset individually.

Built-in profile list — editable, deletable, individually toggleable

Configure profiles — the full settings page with the new-profile form

2. Dispatch per subtask — the dispatch tool

dispatch(
  profile: "researcher",        // preset + model + reasoning effort + tool scope
  prompt: "Survey the DSH plugin ecosystem and compare direct competitors",
  run_in_background: true
)

dispatch tool-call card — every result shows what actually ran