MichengAI/dsh-agency-agents1

@michengai/dsh-agency-agents

Agency Experts — a summonable domain-expert roster for DSH (expert mode)

AI 分析

提供专家管理面板和召唤工具,允许用户或主会话通过 `@` 或工具调用特定领域专家 Agent 执行任务。适合需要多专家协同处理复杂专业任务的用户。

パッケージ
@michengai/dsh-agency-agents
バージョン
0.1.18
ライセンス
Apache-2.0
最終更新
2026/08/17

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MichengAI/dsh-agency-agents

ドキュメント

README 全文を読む ↗

Usage

  1. Open Settings → Experts and enable the needed experts.
  2. Use @ or the composer Experts picker to choose an enabled expert.
  3. 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

KeyDefaultPurpose
rootBundled expert assetsExternal expert root; an explicit value takes priority.
providerspawnDSH subagent provider; fork also works when it supports persona and tool filtering.
divisions17 standard divisionsTop-level divisions to scan.
maxDepthUnsetPositive 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.