Drag and drop agent blocks to build the correct architecture for this pattern.
Create a system that takes a complex goal, breaks it into a step-by-step plan, executes each step, and can re-plan when a step fails.
Planner Agent
Decomposes a goal into an ordered list of steps
Step Executor
Executes a single step from the plan
Progress Monitor
Checks if the step succeeded before proceeding
Re-Planner
Revises the plan when a step fails or conditions change
Sentiment Analyzer
Analyzes emotional tone
Result Merger
Merges parallel outputs
Drop blocks here to build your agent pipeline
Arrange them in the correct order