MichengAI/dsh-agency-agents ↗★ 1
@michengai/dsh-agency-agents
为 DSH 提供可召唤的领域专家名录插件(专家模式)
AI 分析
提供专家管理面板和召唤工具,允许用户或主会话通过 `@` 或工具调用特定领域专家 Agent 执行任务。适合需要多专家协同处理复杂专业任务的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MichengAI/dsh-agency-agents说明文档
阅读完整 README ↗Usage
- Open Settings → Experts and enable the needed experts.
- Use
@or the composer Experts picker to choose an enabled expert. - Name the expert and slug, then provide the complete task.
Summon the "Code Review Engineer" expert (engineering-code-reviewer) for this task:
Review the changes in the current workspace and list reproducible issues by severity.
The parent session can also call list_experts(division?), then delegate with summon_expert(expert, task). Use a slug when a name is ambiguous.
Configuration and limits
| Key | Default | Purpose |
|---|---|---|
root | Bundled expert assets | External expert root; an explicit value takes priority. |
provider | spawn | DSH subagent provider; fork also works when it supports persona and tool filtering. |
divisions | 17 standard divisions | Top-level divisions to scan. |
maxDepth | Unset | Positive absolute subagent-depth limit. |
Set AGENCY_AGENTS_ROOT to use an external expert directory. Persona bodies from that directory are injected as the child system prompt, so load them only from a trusted source. The provider must support persona and tool filtering. summon_experts accepts at most 8 experts with a concurrency of 4 and still returns successful answers when some experts fail.