Skip to content

DeepSeek Flow 0.3.10

Choose a tag to compare

@kanghelyu kanghelyu released this 15 Aug 03:36
· 17 commits to main since this release

What's new

  • Complete basic logic gate set: the condition node now supports IF/ELSE, AND, OR, NOT, NAND, NOR, XOR, XNOR.
  • New arrows auto-assign or generate logic labels; out-edges are constrained per gate type (IF/ELSE: one true + one false; NOT: single out-edge; AND/OR/NAND/NOR/XOR/XNOR: multiple distinct targets).
  • Duplicate branches, over-limit out-edges and duplicate targets are blocked before write, with a visible warning.
  • Legacy workflows infer gate type from existing sourceHandle.
  • Gate type and branch labels persist into storage, document structure and the Agent validation payload.

Install

dsh plugin --profile web add "github:kanghelyu/dsh-deepseek-flow#main"
npm i deepseek-flow