""" LLM module Provides a unified OpenAI-compatible client for the Insight Engine. """ from .base import LLMClient __all__ = ["LLMClient"]