
How the framework works
Every conversation follows the same structure. It begins at the Start chip, runs an optional initialization workflow, then hands control to the Agent. The agent orchestrates your playbooks, workflows, and knowledge base via skills to handle the conversation. When the conversation ends, any enabled evaluations run automatically.Choosing a framework
Click the Framework dropdown in the top left to switch between frameworks.- Agentic is the recommended framework for most projects. It gives your agent full access to playbooks, workflows, and your knowledge base, letting it decide how to handle each conversation.
- Conversation flow is a simpler framework designed for legacy conversational design patterns. The Agent tab won’t be available, but you can still use playbooks within workflows via the Playbook step. Choose this if you need precise control over conversation paths or are migrating an older project.