22-ai-00/dsh-enhanced--plugins-assistant-growth-experiments2

@dsh-enhanced/assistant-growth-experiments

Durable supervised workflow learning with approval, replay, effect-blocked shadow, one-shot canary, and exact rollback.

包名
@dsh-enhanced/assistant-growth-experiments
版本
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-growth-experiments

配置

- 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