jimmyzhang219/dsh-plan-and-execute0

dsh-plan-and-execute

dsh plugin: plan-and-execute orchestration over ReactLoopAgent

包名
dsh-plan-and-execute
版本
0.2.1
最近更新
2026年8月30日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jimmyzhang219/dsh-plan-and-execute

使用方式

在 web ui 对话框里输入斜杠命令 /plan-and-execute,后面跟随任务描述
全部 LLM 交互委托给宿主 ReactLoopAgent;控制流持久化在 pae/* 会话事件,步骤内容在 .pae///step-NN-*.md;进度经 todo/write 渲染到会话 TodoPanel

配置(cordis.yml config

默认说明
onStepFailure'pause'步骤失败:暂停问人 / 自愈重试
maxAutoRecoveries2自愈次数上限(仅 auto-recover)
planDir'.pae'计划根目录(相对会话 cwd)