//! Outbound integrations bridging agents to external systems.
//!
//! Currently this surface is the [`webhook`] service for signed webhook
//! delivery and verification; the shared integration error, result, and
//! request/response models are re-exported here for consumers.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use crate;
pub use ;