1// ABOUTME: Re-exports the runner factory from the core embacle crate
2// ABOUTME: Delegates to embacle::factory::create_runner for all provider instantiation
3//
4// SPDX-License-Identifier: Apache-2.0
5// Copyright (c) 2026 dravr.ai
67pub use embacle::factory::create_runner;