AI Tools 工具已更新 1 个月前

AI Workflow Builder

Design a multi-step AI workflow visually. Each step has a name, a prompt template with {{variable}} placeholders, a target model, and a temperature. Branch steps into parallel arms, merge them back, reorder them, and export the workflow as versioned JSON or readable Markdown. This is a planner/designer - it does not execute the workflow.

永久免费 易于使用 立竿见影的效果 私密且安全

使用 AI Workflow Builder

AI 工作流构建器

以可视化方式设计多步骤 AI 工作流。添加步骤、从实时目录中选择模型、进行分支和合并,然后导出为 JSON 或 Markdown 格式。仅限设计使用——该工具绝不会执行工作流。

流程图

工作流的可视化展示。点击某个节点即可跳转至其编辑器。
添加一个步骤,开始绘制图表。

工作流步骤

使用箭头重新排序、复制或删除。使用“下一步”图标进行分支。
目前尚无步骤。请点击“添加步骤”或选择一个模板。

工作流中的变量

已检测到所有“变量”占位符。请为预览运行提供相应值。
未检测到变量。请在任何提示模板中使用“{{name}}”。

预览运行

根据您的参数处理每个提示。仅限设计师使用——不会调用任何模型。
已解决的提示会显示在此处。

导出 JSON

阅读内容

了解该工具的工作原理以及何时使用它。

How to Use This Tool

Build a workflow from step cards, watch the flow diagram redraw as you edit, and export the finished design. Everything runs in your browser; nothing is executed and nothing is sent to a server.

1. Add steps

Click Add step to create a new step. Give it a unique name, write the prompt template, and use {{variable}} placeholders for runtime inputs. Reorder steps with the arrows or drag them, duplicate a step, or remove it with the trash icon. Changes autosave to your browser storage.

2. Pick a model

Open the model picker to search the live models.dev catalog, grouped by provider. Featured chips give one-click access to popular models. Models that do not support temperature disable the slider automatically. If the catalog is unreachable, a small offline list is used instead.

3. Branch and merge

Use the Next steps picker on a step to route it to one or more following steps. Multiple successors create branches; steps with multiple incoming edges are merge points. The flow diagram draws arrows, branch arms, and merges automatically, and flags cycles.

4. Review with a preview run

Fill the Variables across workflow values once, then run the preview. Every step resolves its prompt with your values (including {{stepName.output}} references to earlier steps), and the linter reports unknown variables, unclosed braces, duplicate names, and cycles.

5. Export

Export the workflow as versioned JSON ({ version, exportedAt, title, steps }) and import it back later, or copy it as Markdown for pasting into a team doc. JSON import accepts either a bare array of steps or the wrapped object shape.

Features

  • Branching DAG with merge points, not just a linear chain
  • Live SVG flow diagram that redraws as you edit; click a node to jump to its editor
  • Live model catalog from models.dev with search, provider grouping, and featured chips
  • Per-step temperature slider (0-2) that disables for models with fixed sampling
  • Variables detected per step with {{name}} regex; step-output references via {{stepName.output}}
  • Preview run that resolves every prompt with your variable values and lints the workflow
  • Per-step and total token estimates
  • Versioned JSON export plus readable Markdown export
  • Startup templates (linear chain, classifier branch, summarizer chain)
  • Validation with inline errors and undo/redo
  • Autosave to localStorage under awb-workflow

常见问题解答

针对用户在信任结果之前常提出的疑问,提供简短解答。

No. It is a planner and designer only. It never calls an LLM API or runs the steps. Export the JSON and execute it in your own pipeline.

No. Everything runs in your browser. The only network request is the models.dev catalog, fetched to build the model picker; your workflow is never uploaded.

From the public models.dev dataset (https://models.dev/models.json), cached in your browser for 24 hours. If it cannot be reached, a bundled offline list is used instead.

Any {{name}} in a prompt template is an input variable. You provide its value in the Variables panel for the preview. A {{stepName.output}} reference pulls the output of an earlier step, resolved by step name.

Import accepts either a bare array of step objects or the wrapped { version, exportedAt, title, steps } shape, as long as each step has at least a name and prompt.

In your browser localStorage under the key awb-workflow, saved automatically as you type. Clear your browser data or hit Clear to reset.

评论 (0)

用于用户讨论、边界情况及后续建议。
发表评论
您的评论提交后将公开展示。
目前尚无评论。快来发表第一条评论吧!
请告诉我们!
报告此工具的问题

请描述您遇到的问题,以便我们进行调查并改进该工具。

什么最有帮助
请提供输入内容、预期结果、实际结果、浏览器/设备信息,如有帮助,请附上截图。
“截图”按钮会截取浏览器中的页面,并将生成的图片作为附件添加到此表单中。
整页截图
通过 newisty 在您的浏览器中捕获。
尚未截取屏幕截图。
工具 报告