sql-agent / src /orchestrator /__init__.py
DanielRegaladoCardoso's picture
Initial deploy: Apple/Claude design, DuckDB, 3 trained LoRAs
a067ada verified
raw
history blame contribute delete
216 Bytes
"""
Orchestrator module that coordinates all models and components.
The main entry point for the SQL Agent system.
"""
from src.orchestrator.pipeline import SQLAgentOrchestrator
__all__ = ["SQLAgentOrchestrator"]