zerosloney/dsh-state-graph0

dsh-state-graph

StateGraph 编排引擎插件,支持声明式有向状态图,具备条件路由、回环、迭代守护及轨迹事件流功能。

AI 分析

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

包名
dsh-state-graph
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

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

配置(cordis.patch.ymlconfig

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