zerosloney/dsh-state-graph0

dsh-state-graph

StateGraph orchestration engine as a DeepSeek Harness plugin: declarative directed state graphs with conditional routing, loopback, iteration guards, and a trajectory event stream.

AI 分析

核心用途是为复杂 Agent 任务提供基于状态机的流程控制。适合需要设计复杂、多分支、防死循环 AI 工作流的开发者。

パッケージ
dsh-state-graph
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/16

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zerosloney/dsh-state-graph

ドキュメント

README 全文を読む ↗

配置(cordis.patch.ymlconfig

- insert:
    - id: state-graph
      name: 'dsh-state-graph'
      config:
        defaultMaxIterations: 25   # 防死循环单次执行最大迭代上限
        logTrajectory: true        # 输出路由轨迹到日志总线