// SPDX-FileCopyrightText: 2026 Andrei G <bug-ops>
// SPDX-License-Identifier: MIT OR Apache-2.0
//! [`SchedulerAccess`] — command handler access to the cron-based task scheduler.
use Future;
use Pin;
use crateCommandError;
/// Access to the `/scheduler` command (list scheduled tasks).
///
/// Implemented by `zeph-core::Agent<C>`. Part of the [`crate::AgentAccess`] supertrait.