openlatch-client 0.1.12

The open-source security layer for AI agents — client forwarder
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod auth;
pub mod docs;
/// CLI command handler modules.
///
/// Each submodule provides a `run_*` function for the corresponding command.
/// All handlers receive `&OutputConfig` for consistent output formatting.
pub mod doctor;
pub mod doctor_fix;
pub mod doctor_rescue;
pub mod doctor_restore;
pub mod init;
pub mod lifecycle;
pub mod logs;
pub mod status;
pub mod supervision;
pub mod telemetry;
pub mod uninstall;