moadim 0.17.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
#![allow(clippy::missing_docs_in_private_items)]

use super::*;

#[test]
fn print_does_not_panic() {
    print("127.0.0.1:5784");
}