""" Photo Editing Recommendation Agent – core package. Subpackages: - config: settings from env (paths, Azure, subset size) - dataset: FiveK paths and subset selection - lrcat: Lightroom catalog extraction (Expert A recipes) - images: DNG → RGB development - embeddings: image embedding (CLIP) - vector_store: Azure AI Search index (for RAG retrieval) - pipeline: end-to-end run (retrieve → LLM → apply) """ __version__ = "0.1.0"