""" konstruct-llm-pool — LiteLLM Router service. Exposes a FastAPI HTTP API for LLM completions with multi-provider routing and automatic fallback. Import the FastAPI app from main.py. """ from llm_pool.router import complete, llm_router __all__ = ["complete", "llm_router"]