//! Cross-cutting helpers shared by the agent service layer: the service-local
//! error type, JWT authentication, runtime configuration, resilience wrappers,
//! and slug generation.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use ;
pub type ServiceResult<T> = ;
pub use ;
pub use ;
pub use ;