DamonBao/dsh-dungeon-party1

@jcy2387/dsh-dungeon-party

DSH five-agent dungeon party orchestration plugin

AI 分析

核心用途是提供五人副本智能体编排预设。适合需要在 DSH 中运行多智能体协同任务、进行任务租约管理与容错修复的用户。

パッケージ
@jcy2387/dsh-dungeon-party
バージョン
0.1.8
最終更新
2026/08/22

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DamonBao/dsh-dungeon-party

ドキュメント

README 全文を読む ↗

Configuration Highlights

OptionDefaultPurpose
scopeEnforcementModeautoResolves to the safest available write-scope enforcement mode.
maxConcurrentDps3Maximum number of DPS slots that may hold active leases.
taskLeaseDurationMs600000Lifetime of a task lease.
progressCheckpointIntervalMs180000Expected checkpoint interval for running work.
maxMissedCheckpoints2Misses allowed before progress becomes stalled.
maxRepairRounds3Maximum repair rounds per task.
battleResCharges1DPS resurrection budget.
commanderBattleResCharges1Commander rescue budget.
healerVerificationTimeoutMs120000Timeout for an approved verification command.
validationRequiredtrueRequires 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.