"""Chat UI controller compatibility boundary.""" from __future__ import annotations from chat_interface import authenticate_user, create_chat_interface __all__ = ["authenticate_user", "create_chat_interface"]