aaravarr/dsh-subagent-max ↗★ 0
@aaravarr/dsh-subagent-max
Subagent delegation with per-call model/provider override (host) + multi-panel live streaming subagent viewer (client)
AI 分析
核心用途是实现子代理委派,支持自定义子模型并提供多面板实时流式查看。适合需要将复杂任务拆分给不同大模型子代理执行的开发者。
インストール
検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗
ドキュメント
README 全文を読む ↗Usage
Ask the model to delegate with an explicit model:
用
deepseek-v4-flash起一个子代理,帮我看看这个仓库的测试覆盖情况。
Tool parameters:
| Arg | Type | Required | Notes |
|---|---|---|---|
model | string | yes | Child model id (e.g. deepseek-v4-pro, deepseek-v4-flash, k3-256k). |
provider | string | no | LLM provider route; omitted = inherit the parent's provider. |
description | string | yes | Short (3-5 word) task label. |
prompt | string | yes | Complete, self-contained task. |
run_in_background | bool | no | Background routing; default follows backgroundMode. |