SeverusZh/dsh-plugin-subagent-director: Assigning Models and Role Division for DSH Sub-agents
SeverusZh/dsh-plugin-subagent-director is an MIT-licensed plugin for DeepSeek Harness designed to address issues such as redundant LLM configurations for sub-agents and lack of planning in role allocation. Its core functionalities include specifying LLM providers and models for different sub-agents, as well as defining sub-agent responsibilities, personas, and optional model bindings through "role templates," thereby assisting the main agent in delegating tasks effectively. The plugin supports a four-level fallback chain (single call > role binding > plugin default > inheriting from the main agent) and provides hot-reloading for configurations. Users can define roles such as "translator" via `settings.yaml`, utilize the `subagent_role` tool for delegation, and explicitly specify models to override defaults during single calls.
Read More