dsh plugins中文
← Back to popular plugin directory

Persistent multi-model proxy

toolclub/dsh-agent-team-gui · skills

Persistent multi-model agent squads for DeepSeek Harness — reusable teams, per-agent model/tool policies, and ordinary-chat collaboration.

★ 36GitHub stars
1Forks
2026-08-17Last updated
TypeScriptLanguage
MITLicense

Project overview

English | 简体中文 Persistent multi-model agent squads for DeepSeek Harness. Give every member its own model and tool policy, save reusable teams in Settings, then select a squad beside the composer and keep chatting normally. 60-second install

If this workflow is useful, a GitHub Star helps other DeepSeek Harness users discover it. Bug reports and real squad recipes are equally welcome. [!WARNING] Both dsh and this plugin are developer previews. The plugin targets dsh >=0.1.0-rc.5 and requires Node.js 22.19 or later. dsh can make breaking changes before a stable release; pin both dsh and this plugin when reproducibility matters. Key distinction

The package contains a Web client, loopback-only Connection RPC, host service, durable registry, and model-facing dispatch tool. Settings → Teams manages global definitions. Each conversation gets a squad selector and collaboration toggle; after selecting a squad and enabling collaboration, the user sends through the ordinary composer rather than a separate dispatch form. Provider and model choices are read from dsh's existing model configuration.

Install command

dsh plugin --profile web add github:toolclub/dsh-agent-team-gui
View GitHub repository ↗Back to popular plugin directory