Skip to main content

infer_logic_bindings

Function infer_logic_bindings 

Source
pub fn infer_logic_bindings(
    quins: &[NQuin],
) -> Result<Vec<&'static str>, N3LogicError>
Expand description

N3Logic is the foundational rule-based inference engine. It reads the raw triples/rules submitted in the Agent Intent and dynamically infers which specialized logic modalities must be invoked.