Asowerp/dsh-smart-subagent

Asowerp★ 0JavaScript最后同步: 2026-08-15

在 GitHub 打开

README 摘要

dsh-smart-subagent Adds a SEPARATE smart subagent tool with a model-facing model parameter: the model picks the subagent's provider/model per call. No automatic routing. The built-in subagent / subagent fork tools are untouched. - smart subagent gains: - model (optional, enum of all currently available models, values like deepseek-official/deepseek-v4-pro ); omit to inherit this conversation's model. - reasoning effort (optional: off/minimal/low/medium/high/xhigh/max ; applies only when the chosen model supports it). - Foreground and background (continuable) children both run on the chosen model; follow-ups via send message keep it. - The model enum mirrors the composer picker (registered providers' models) and refreshes on llm/adapters-updated . - A short system-prompt section explains the parameter; every new conversation sees it automatically. Install Restart the web profile afterwards.

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagent

分类