__init__.py 141 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 """ LLM module Provides a unified OpenAI-compatible client for the Insight Engine. """ from .base import LLMClient __all__ = ["LLMClient"]