openlatch-client 0.1.18

OpenLatch runtime enforcement node — the capture-and-enforce client for the AI Operations Platform
1
2
3
4
5
6
#[derive(Debug)]
pub enum ReconcileRequest {
    Fs,
    Poll,
    Shutdown,
}