pub const SENSITIVITY_LOCAL_DEFAULT: u8 = u8::MAX; // 255u8Expand description
Default sensitivity ceiling for a fully-local agent.
A local agent runs in-process with no outbound traffic, so it may handle the principal’s most sensitive material. Remote agents should be given a deliberately lower ceiling by the principal.