What it does
Agent Teams brings the multi-agent pattern to DSH: instead of one agent doing everything, a lead agent delegates to named teammates with their own roles and working context. It is useful when a task naturally splits into parallel streams, such as research plus implementation plus verification.
Key features
- Named teammates with individual role definitions
- Delegation from a lead agent with result collection
- Parallel workstreams within one session
- Shared workspace so teammates see each other’s output
Install
dsh plugin --profile web add dsh-agent-teams
Compatibility notes
Long-horizon changes to dshTarget are worth checking, since orchestration plugins sit close to the agent loop.