Skip to main content
Agents can follow conditional flows - branch based on conditions and data.

Quick Start

1

Simple Usage

2

With Configuration


User Interaction Flow


Configuration Levels


Flow Methods


API Reference

Workflows Module

Workflow and flow patterns

Conditions Module

Conditional routing

Best Practices

Start with 2-3 branches, add complexity as needed.
Use .otherwise() to catch unmatched cases.
Verify all branches work before production.

Routing

Request routing

Workflows

Multi-step workflows