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/09/12

インストール

$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