Inspector for prompt nodes: executor picker (model via CustomModelDropdown, agent, skill from discovered skills, CLI named script), auto-approve toggle, per-node max retries, and a wait-for-user-input mode with a User input palette preset. Task card shows a 'Needs input' badge for awaiting-user-input status; the task modal workflow tab shows the node's question as a banner.
938 B
@runfusion/fusion
| @runfusion/fusion |
|---|
| minor |
Add executable custom workflows with a visual graph node editor. Author a workflow as a graph (start → prompt/script/gate steps → end) in a new React Flow–based editor, then select it per task or set a project default. Selected workflows compile to the existing WorkflowStep engine and run at the pre/post-merge boundaries — no changes to the scheduler/executor/merger. Non-linear graphs are rejected with a clear message and reserved for the (deferred) graph interpreter.
Prompt nodes carry an execution profile: run on a chosen model, as a named agent, as a skill invocation, or as a named project script (CLI) with the prompt passed via FUSION_NODE_PROMPT — plus per-node retries and an auto-approve toggle. "User input" nodes pause the run with a needs-input badge on the task card and a banner in the task modal; replying in comments and unpausing resumes the workflow with the answer.