22-ai-00/dsh-enhanced--plugins-assistant-growth-experiments ↗★ 2
@dsh-enhanced/assistant-growth-experiments
Durable supervised workflow learning with approval, replay, effect-blocked shadow, one-shot canary, and exact rollback.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:22-ai-00/dsh-enhanced#bb3fb924f1bdb946901614b8b848ac3a1d60c642&path:plugins/assistant-growth-experiments说明文档
阅读完整 README ↗配置
- id: dsh-enhanced-assistant-growth-experiments
name: '@dsh-enhanced/assistant-growth-experiments'
inject:
- assistantAutomations
- assistantDelivery
config:
databasePath: !!js dshHomePath('assistant-growth-experiments/growth.sqlite')
tickIntervalMs: 5000
minRepeatedSuccesses: 3
maxBatchSize: 10
maxExperimentDurationMs: 604800000
maxOperationAttempts: 8
retryBaseMs: 1000
retryMaxMs: 60000