openlatch-client 0.0.1

The open-source security layer for AI agents — client forwarder
Documentation
1
2
3
4
5
6
7
8
9
10
11
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 init;
pub mod lifecycle;
pub mod logs;
pub mod status;
pub mod uninstall;