🧭Choosing What to Use

🧭 When should you use a simple single-model agent, and when do you need a multi-step workflow? It depends on task complexity.

Choose the right approach

NeedBest fit
Questions and answers from knowledgeOne agent + Knowledge (RAG)
Multiple steps and branchesWorkflow with Condition/Router blocks
Independent parallel tasksParallel block
Sensitive actionHuman in the Loop + Guardrails

💡 Start with the simplest design that completes the task, then add blocks only when needed.