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 또는 마크다운 형식으로 내보낼 수 있습니다. 이 도구는 설계 전용이며, 워크플로를 실제로 실행하지는 않습니다.
흐름도
워크플로우 단계
워크플로우 전반에 걸친 변수
사전 실행
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
자주 묻는 질문
댓글 (0)
발생한 문제를 자세히 설명해 주시면, 저희가 이를 조사하고 도구를 개선할 수 있습니다.