22-ai-00/dsh-enhanced--plugins-assistant-automations2

@dsh-enhanced/assistant-automations

A durable, fenced cold-start scheduler and isolated Agent runner for DeepSeek Harness.

包名
@dsh-enhanced/assistant-automations
版本
0.1.28
许可证
MIT
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:22-ai-00/dsh-enhanced#bb3fb924f1bdb946901614b8b848ac3a1d60c642&path:plugins/assistant-automations

配置

字段默认值作用
databasePath$DSH_HOME/assistant-automations/state.sqliteautomation/occurrence/task/attempt/run/lease/proposal 账本
runsPath$DSH_HOME/assistant-automations/runs私有 JSON run artifacts
schedulerEnabledfalse是否启动常驻调度 tick
tickIntervalMs5000唤醒频率;不承担调度事实源角色
dutyLeaseMs15000单机多进程 owner lease
taskLeaseMs30000claim/running lease
misfireGraceMs60000超过该窗口按 misfire policy 处理
maxCatchUp100单 tick materialize/recovery 上限
maxConcurrency1同时 fresh Agent 数量
maxArtifactBytes1048576单个 run artifact 上限
defaultProposalTtlMs900000默认提案有效期
reconcileIntervalMs15000提交“会话结束后才被批准”的提案的轮询间隔;即使 schedulerEnabled: false 也会运行;0 关闭定时器
reconcileLimit50每轮 reconcile 检查的本地待决提案上限
allowUnbudgetedExecutionfalse是否允许无人值守 execution 不绑定 Policy budget;默认 fail closed
proposalDefaults见 patch模型提案使用的可信 provider/model、工具上限、execution bounds、策略和必填 budget