Bellok's picture
Upload folder using huggingface_hub
0ccf2f0 verified
raw
history blame
202 Bytes
"""
Warbler CDA API Module.
Production-ready FastAPI service for FractalStat-enabled RAG retrieval.
"""
from .service import app
from .cli import cli, APIClient
__all__ = ["app", "APIClient", "cli"]