//! LLM metadata enrichment for synthetic data generation.
//!
//! This module uses the `LlmProvider` trait from `datasynth-core` to generate
//! realistic vendor names, transaction descriptions, memo fields, anomaly
//! explanations, and contextual fraud scheme designs. Each enricher falls back
//! to deterministic templates when the LLM provider returns an error.
pub use ;
pub use AnomalyLlmExplainer;
pub use TransactionLlmEnricher;
pub use VendorLlmEnricher;