DamonBao/dsh-dungeon-party ↗★ 1
@jcy2387/dsh-dungeon-party
DSH five-agent dungeon party orchestration plugin
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DamonBao/dsh-dungeon-party说明文档
阅读完整 README ↗Configuration Highlights
| Option | Default | Purpose |
|---|---|---|
scopeEnforcementMode | auto | Resolves to the safest available write-scope enforcement mode. |
maxConcurrentDps | 3 | Maximum number of DPS slots that may hold active leases. |
taskLeaseDurationMs | 600000 | Lifetime of a task lease. |
progressCheckpointIntervalMs | 180000 | Expected checkpoint interval for running work. |
maxMissedCheckpoints | 2 | Misses allowed before progress becomes stalled. |
maxRepairRounds | 3 | Maximum repair rounds per task. |
battleResCharges | 1 | DPS resurrection budget. |
commanderBattleResCharges | 1 | Commander rescue budget. |
healerVerificationTimeoutMs | 120000 | Timeout for an approved verification command. |
validationRequired | true | Requires a current passing validation report before completion. |
Default fingerprint exclusions:
.git/**
node_modules/**
.npm-cache/**
lib/**
dist/**
coverage/**
.dsh/dungeon-party/tmp/**
The runtime also supports an explicit childRoute (provider and model) for pinning child agents to a model route registered in DSH settings.