systemprompt-scheduler 0.2.2

Background jobs, cron tasks, and job-extension dispatch for systemprompt.io AI governance infrastructure. Tokio-backed scheduling for the MCP governance pipeline.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod process_cleanup;
pub mod reconciler;
pub mod state_manager;
pub mod state_types;
pub mod verified_state;

pub use process_cleanup::{ProcessCleanup, ProcessInfo};
pub use reconciler::{ReconciliationResult, ServiceReconciler};
pub use state_manager::{DbServiceRecord, ServiceConfig, ServiceStateManager};
pub use state_types::{DesiredStatus, RuntimeStatus, ServiceAction, ServiceType};
pub use verified_state::VerifiedServiceState;