//! The language-neutral scenario engine. Knows baresip agents, assertions,
//! HTTP and audio — but nothing about any scripting language. A scripting
//! frontend (e.g. [`crate::script::rhai`]) holds an [`Arc<Ctx>`](ctx::Ctx),
//! exposes thin handles that call these methods, and implements [`ScriptHost`]
//! so [`run`] can drive it. Adding a language touches only `script/`.
pub use ;
pub use ;