changingwang/dsh-stage-gate0

dsh-stage-gate

Stage-gate governance tools for DeepSeek Harness: model-callable gate_open / gate_check / gate_list / gate_close for in-memory, per-session acceptance checks.

AI 分析

核心用途是在 Agent 执行流程中引入阶段性准入控制。适合需要在复杂任务中让模型自我检查或进行流程把关的自动化任务。

パッケージ
dsh-stage-gate
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/16

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:changingwang/dsh-stage-gate

ドキュメント

README 全文を読む ↗

Configuration

allowReopen (default true): whether a gate_check on a closed gate is accepted. When false, checking a closed gate throws Error: gate "" is closed.

Override in your profile's cordis.patch.yml:

- id: tool-stage-gate
  config:
    allowReopen: false