use crateEnvelope;
use crateAdapterResult;
use Path;
/// Trait for model runtime implementations used by TemplateExecutor.
///
/// This trait abstracts the specific execution logic (Candle, ONNX, TTS, etc.)
/// from the generic TemplateExecutor logic.