openlatch-client 0.1.13

The open-source security layer for AI agents — client forwarder
1
2
3
4
5
6
#[derive(Debug)]
pub enum ReconcileRequest {
    Fs,
    Poll,
    Shutdown,
}