22-ai-00/dsh-enhanced--plugins-assistant-evolution ↗★ 2
@dsh-enhanced/assistant-evolution
Approval-gated behavioural self-evolution for the DSH personal assistant.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:22-ai-00/dsh-enhanced#bb3fb924f1bdb946901614b8b848ac3a1d60c642&path:plugins/assistant-evolution说明文档
阅读完整 README ↗配置
| 字段 | 默认值 | 作用 |
|---|---|---|
databasePath | 必填 | SQLite 绝对路径 |
evaluationWindow | 20 | 每个 situation 参与判断的最近 episode 数 |
minSample | 5 | 产生候选所需的最小样本 |
adoptFailureRate | 0.4 | 达到该失败率才考虑 adopt |
retireFailureRate | 0.4 | 达到该失败率考虑 retire |
maxCandidates | 10 | 单次 review 候选上限 |
maxEvidenceSamples | 8 | 每个候选返回的 newest-first 不可信 episode detail 样本上限;digest 始终覆盖整个判断窗口 |
maxInjectedRules | 12 | 每会话注入规则数上限 |
maxGuidanceBytes | 4096 | 注入块字节上限(按规则边界截断) |
maxRuleGuidanceBytes | 2048 | 单条 guidance 字节上限 |
defaultProposalTtlMs | 900000 | 提案默认有效期 |
reconcileIntervalMs | 15000 | 提交延迟审批的轮询间隔;0 关闭定时器 |
reconcileLimit | 50 | 每轮检查的待决提案上限 |
autonomousRollback | false | 是否启用仅能 retire exact guidance 的低风险代码通道;仍需 Policy 单独允许 exact rollback action |