//! Autopilot module for autonomous agent scheduling.
//!
//! This module provides functionality for running the Stakpak agent as an autopilot service
//! with scheduled tasks, check scripts, and automatic agent invocation.
// Allow dead code in this module as it's still under development
// and some APIs are kept for future use or completeness
pub use ;
pub use ;
pub use ;
pub use ;
pub use assemble_prompt;
pub use Scheduler;
pub use is_process_running;