muzyLink/dsh-subagent-profile

muzyLink★ 2JavaScript最后同步: 2026-08-20

在 GitHub 打开

DeepSeek Harness 子 Agent 派发方案化插件:按任务指定预设/模型/推理强度/工具范围,常用组合存成命名方案一键派发,内置成本护栏。

README 摘要

dsh-subagent-profile 子 Agent 派发方案化插件 —— 用对的人(预设 / 模型 / 推理强度)干对的事 English · 中文 For DeepSeek Harness (DSH). Thinking, Fast and Slow : System 1 is fast and cheap, System 2 is slow and careful. The built-in subagent gives every subtask the same brain as its parent — no way to tell them apart. dsh-subagent-profile lets you pick per subtask: research with a fast brain, deep work with a careful one, saved as named profiles . Why the built-in subagent isn't enough Built-in subagent dsh-subagent-profile Per-subtask model / preset ❌ same brain for every subtask ✅ pick per subtask Reusable named setups ❌ ✅ profiles Tool-scope narrowing ❌ ✅ whitelist ∩ parent, run code always removed Cost guardrails ❌ ✅ model / effort / tokens / depth capped GUI management ❌ ✅ settings page What it solves - Per-subtask control over the child's brain. dispatch sets, per subtask: which preset (composition), which model, which reasoning effort, which tools, and the token cap. A research subtask and a coding subtask can run with completely different setups — something the plain subagent tool can't do (it only inherits the parent). - Named, reusable profiles. A profile is one bundle of preset + model + reasoning ef…

在 GitHub 查看完整 README →
Agent/智能体deepseek-harnessdsh-pluginsubagentagent

分类