openlatch-client 0.1.6

The open-source security layer for AI agents — client forwarder
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod auth;
pub mod cloud;
pub mod config;
#[cfg(feature = "crash-report")]
pub mod crash_report;
pub mod envelope;
pub mod error;
pub mod hook_state;
pub mod logging;
pub mod net;
pub mod privacy;
pub mod supervision;
pub mod telemetry;
pub mod update;