Drag and drop agent blocks to build the correct architecture for this pattern.
Create a system that solves complex problems by generating multiple reasoning paths, evaluating each, and selecting the best one.
Problem Decomposer
Breaks the problem into sub-questions
Thought Generator
Generates multiple reasoning paths (Tree of Thought)
Path Evaluator
Scores each reasoning path for feasibility
Best Path Selector
Picks the highest-scoring path and continues
Document Retriever
Fetches documents from knowledge base
Router
Routes to different handlers
Drop blocks here to build your agent pipeline
Arrange them in the correct order