//! Varta agent API — `Varta::connect` opens a Unix Domain Socket to the
//! observer; `Varta::beat` emits a fire-and-forget 32-byte VLP frame with zero
//! post-init heap traffic.
//!
//! The crate re-exports [`Frame`], [`Status`], and [`DecodeError`] from
//! `varta-vlp` so downstream consumers depend on a single facade.
pub use ;
pub use ;
/// Install the panic hook — see [`panic::install`] for the full contract.
pub use install as install_panic_handler;