anamdb 1.0.0

AnamDB — the AI-native, differentiable logic kernel for autonomous agents.
Documentation
1
2
3
4
//! Logic layer: differentiable Datalog engine and NL-to-Logic compiler.

pub mod engine;
pub mod nl_compiler;