lha 1.0.6

Long-Horizon Agent command-line package that installs the lha binary.
Documentation
1
2
3
4
5
6
7
8
9
10
use crate::product::protocol::config_types::IdentityMask;

pub(super) fn builtin_identity_presets() -> Vec<IdentityMask> {
    crate::product::identity::builtin_identity_presets()
}

#[cfg(any(test, feature = "test-support"))]
pub fn test_builtin_identity_presets() -> Vec<IdentityMask> {
    builtin_identity_presets()
}