GZX2211/dsh-Visual-Workflow14

dsh-visual-workflow

DSH 宿主+客户端双面可视化多 Agent 工作流设计器插件(支持编排执行与后台服务两种模式)

AI 分析

核心用途是提供可视化的多 Agent 工作流设计与执行环境。适合需要构建、调试和运行复杂多步骤 AI 协同工作流的进阶用户与开发者。

套件
dsh-visual-workflow
版本
0.1.0
授權
MIT
最近更新
2026年9月1日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GZX2211/dsh-Visual-Workflow

配置

cordis.patch.yml 中可覆盖默认值:

- insert:
    - id: visual-workflow
      name: dsh-visual-workflow
      config:
        dataDir: !!js dshHomePath('visual-workflow')
        servicePortBase: 7860
        apiKey: null
        maxConcurrentPerService: 50
        wfAskAgentTimeoutMs: 120000
        runIdleTimeoutMs: 1800000
        reactIterationLimitDefault: 50
        retryLimitDefault: 3
        outputFullLimit: 102400
        documentTextLimit: 20000
        embeddingModelDir: null
        embeddingEndpoint: null
        runPollMs: 2000

各配置项含义详见 架构文档.md §2.2。