arqen 0.14.0

Backend infrastructure for agent-ready applications
Documentation
1
2
3
4
fn main() -> std::process::ExitCode {
    let code = arqen::cli::run();
    std::process::ExitCode::from(code as u8)
}