iron-core 0.1.34

Core AgentIron loop, session state, and tool registry
Documentation
1
2
3
4
5
6
7
8
9
10
//! Platform-specific host scheduler adapters.
//!
//! Each adapter is gated by its target platform. The cron expression
//! compilation and content rendering logic is platform-independent so it
//! can be tested on any host.

pub mod cron_adapter;
pub mod crontab;
pub mod launchd;
pub mod task_scheduler;