zerosloney/dsh-state-graph ↗★ 0
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 工作流的开发者。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zerosloney/dsh-state-graphドキュメント
README 全文を読む ↗配置(cordis.patch.yml 的 config)
- insert:
- id: state-graph
name: 'dsh-state-graph'
config:
defaultMaxIterations: 25 # 防死循环单次执行最大迭代上限
logTrajectory: true # 输出路由轨迹到日志总线