apexe 0.3.0

Outside-In CLI-to-Agent Bridge
1
2
3
4
5
6
pub mod cli_module;
pub mod executor;
pub mod registry;

pub use cli_module::CliModule;
pub use registry::{build_executor, ExecutorOptions};