moadim 0.19.1

Loop engine for AI agents — routines over REST, MCP, and a built-in web UI
1
2
3
4
5
6
/// Middleware that injects filesystem location into response headers.
pub mod fs_location;
/// Middleware that logs request method, path, status, and latency.
pub mod logger;
/// Middleware that adds defense-in-depth security response headers.
pub mod security_headers;