DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

PiedPiper911 /

PiedPiper911/dsh-workflow-canvas

已验证

DSH plugin by PiedPiper911 — dsh-workflow-canvas

★ 0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@2abc2538

dsh-workflow-canvas 🧭

Visual workflow builder for DeepSeek Harness (DSH). Drag and drop nodes to orchestrate tool calls, sub-agents, and conditional branches into a workflow that runs through DSH's ctx.workflows engine. Powered by React Flow (xyflow) and Zustand.

Install

dsh plugin add @piedpiper911/dsh-workflow-canvas

Node types

Node What it does
▶ Trigger Workflow entry point (a prompt).
⚙ Tool A single tool call (e.g. video_frames, bash).
🤖 Agent Delegate a step to a sub-agent with its own prompt.
◇ Condition Branch on an expression (then/else edges).
✓ Output Terminal result template.

How it works

  1. Build a graph on the canvas: drag nodes from the toolbar, connect them with edges.
  2. The store compiles the graph into an ordered step list (breadth-first from triggers, conditions become branches) — this is the exact shape DSH's workflow engine consumes.
  3. Run hands the steps to ctx.workflows; Export saves a .workflow.json you can reload later.

The data model is deliberately transport-agnostic: the canvas is a view over a plain-JSON workflow spec, so it composes with any DSH workflow provider.

Development

npm ci
npm run dev        # standalone demo at :5173
npm run build      # tsc + vite build

License

MIT

—/ 5

暂无评分

已验证 DSH bundle

Commit 2abc2538d3d2

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于