1//! FileBackend trait — re-exported from sgr-agent-core. 2//! 3//! The canonical definition lives in `sgr-agent-core::backend`. 4//! This re-export exists for backwards compatibility. 5 6pub use sgr_agent_core::backend::FileBackend;