Interactive Workflow Builder

Build visual workflows for agentic AI systems through interactive drag-and-drop interfaces

Understanding Node Types

Nodes are the building blocks of workflows. Each node type serves a specific purpose, and understanding them is key to building effective agent orchestrations.

Four Node Categories

Input: Where data enters the workflow (triggers, inputs)
Processing: Where work happens (LLM calls, tools, transformations)
Control Flow: How execution moves (decisions, loops, parallel)
Output: Where results go (outputs, end states)

Interactive: Node Type Explorer

Select a category to explore its node types. Click nodes to see detailed specifications:

💡
Composability

The power of workflow builders comes from combining simple nodes into complex behaviors. A decision node + loop node + LLM node can create sophisticated retry logic. Start simple, then compose.

← Previous: Introduction