Agentic vs. Conversation flow
When you create a project, you choose a framework. This shapes how your agent handles conversations and the tools you use to build it.Agentic (recommended)
The agent uses playbooks, workflows, tools, and reasoning to navigate conversations autonomously. It decides what to do next based on the user’s input, your instructions, and the conversation context.
Conversation flow
You design the conversation path in the visual builder, with or without AI. The agent follows it step by step with no autonomous decision-making, unless defined by you. Every branch, every transition, every fallback is explicitly defined by you.