eclaw 0.0.18

Personal AI assistant powered by Elph
1
2
3
4
5
6
7
8
9
10
11
mod app;
mod bootstrap;
mod datastore;
mod migrations;
mod paths;
mod settings;

pub use app::{EXIT_ERROR, EXIT_SUCCESS, ExitCode};
pub use bootstrap::ensure_home_blocking;
pub use datastore::ensure_blocking as ensure_datastore_blocking;
pub use paths::Paths;