moadim 0.16.0

Loop engine for AI agents — cron jobs and routines over REST, MCP, and a built-in web UI
1
2
3
4
5
6
7
8
9
10
/// Atomic file writes (write temp + rename) so readers never observe a torn file.
pub mod atomic;
/// Poison-tolerant locking for the in-memory stores.
pub mod lock;
/// JSON Schema helpers for schemars.
pub mod schema;
/// Startup print printed to stdout when the server begins listening.
pub mod startup_print;
/// Unix timestamp utilities.
pub mod time;