aaravarr/dsh-subagent-max0

@aaravarr/dsh-subagent-max

Subagent delegation with per-call model/provider override (host) + multi-panel live streaming subagent viewer (client)

AI Analysis

核心用途是实现子代理委派,支持自定义子模型并提供多面板实时流式查看。适合需要将复杂任务拆分给不同大模型子代理执行的开发者。

Package
@aaravarr/dsh-subagent-max
Version
0.1.0
License
MIT
Last updated
Aug 14, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

Usage

Ask the model to delegate with an explicit model:

deepseek-v4-flash 起一个子代理,帮我看看这个仓库的测试覆盖情况。

Tool parameters:

ArgTypeRequiredNotes
modelstringyesChild model id (e.g. deepseek-v4-pro, deepseek-v4-flash, k3-256k).
providerstringnoLLM provider route; omitted = inherit the parent's provider.
descriptionstringyesShort (3-5 word) task label.
promptstringyesComplete, self-contained task.
run_in_backgroundboolnoBackground routing; default follows backgroundMode.