// SPDX-FileCopyrightText: 2026 Andrei G <bug-ops>
// SPDX-License-Identifier: MIT OR Apache-2.0
//! Channel implementations for the Zeph agent.
pub use AnyChannel;
pub use CliChannel;
/// Shared timeout for interactive confirmation dialogs across all remote channels.
///
/// Used by Telegram, Discord, and Slack `confirm()` implementations to ensure
/// consistent deny-on-timeout behavior.
pub const CONFIRM_TIMEOUT: Duration = from_secs;