DamonBao/dsh-dungeon-party ↗★ 1
@jcy2387/dsh-dungeon-party
DSH five-agent dungeon party orchestration plugin
AI Analysis
核心用途是提供五人副本智能体编排预设。适合需要在 DSH 中运行多智能体协同任务、进行任务租约管理与容错修复的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DamonBao/dsh-dungeon-partyREADME
Read the full 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.