Drag and drop agent blocks to build the correct architecture for this pattern.
Create a system that routes simple tasks to a cheap fast model and complex tasks to an expensive smart model, keeping costs low without sacrificing quality.
Complexity Scorer
Evaluates how complex a task is (low/medium/high)
Fast Model (GPT-3.5)
Cheap, fast model for simple tasks
Smart Model (GPT-4)
Expensive, powerful model for complex reasoning
Cost Tracker
Monitors token usage and budget remaining
Critic Agent
Reviews output quality
Coordinator
Orchestrates agent workflows
Drop blocks here to build your agent pipeline
Arrange them in the correct order