Get startedGet started for free

Next up: the 3-agent chain

1. Next up: the 3-agent chain

Great job! Your loop foundation is in place.

2. What's next

Retry variables are initialized and the Merge node is ready. Now it's time to build the core of this workflow: the 3-agent chain. In the next exercise, you'll add three AI agents in sequence. First, the Idea Generator: it receives the cleaned landing page content and produces 10 CRO optimization ideas. Then, the Parameter Setter: it defines 5 evaluation criteria like clarity, feasibility, and impact. Finally, the Judge: it scores the ideas against those criteria and writes a critique. After the chain is working, you'll add a Code node to parse the Judge's output. The Judge returns JSON with scores for each criterion, but it comes back as a raw string. The Code node cleans it up, parses it into a proper object, and calculates an average score across all 5 criteria. That average (the final score) is what the IF node will use to decide whether the ideas are good enough or need another pass through the loop.

3. Let's build it!

Now, let's add the agents!

Create Your Free Account

or

By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.