muzyLink/dsh-subagent-profile ↗★ 2
dsh-subagent-profile
Dispatch one-shot subtasks to derived subagents with per-task overrides (preset/model/provider/reasoningEffort/persona/tool whitelist), a runtime-derived cost guard, a subagent-profiles service, observability metadata, and a web-GUI settings page plus a dispatch tool-call card.
AI 分析
核心用途是实现单次子任务向特定配置子代理的分发与管理。适合需要精细控制子任务模型、预设及工具权限,并进行成本管控的复杂编排任务。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:muzyLink/dsh-subagent-profileドキュメント
README 全文を読む ↗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.


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
)
