eclaw 0.0.9

Personal AI assistant powered by Elph
1
2
3
4
5
6
7
#![allow(dead_code)]

pub type ExitCode = i32;

pub const EXIT_SUCCESS: ExitCode = 0;
pub const EXIT_ERROR: ExitCode = 1;
pub const EXIT_INTERRUPTED: ExitCode = 130;