1//! Re-export of the session model, which now lives in `macp-core`. 2//! Kept as `macp_runtime::session` for backward compatibility. 3pub use macp_core::session::*;