"""Ingestion domain migrated into the application package.""" from .domain.models import IngestionRequest, IngestionResult, SourceDocument __all__ = ["IngestionRequest", "IngestionResult", "SourceDocument"]