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.

AI 분석

适合需要对工作流进行灰度实验、安全回放和精确回滚的开发任务。

패키지
@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