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