//! FluentAI Builder Implementation
//!
//! This module provides the FluentAI builder interface that delegates to the existing
//! AgentRoleBuilder which already has all methods implemented.
use crateAgentRoleBuilder;
/// Master builder for Fluent AI - delegates to AgentRoleBuilder
;