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.