anamdb 1.0.0

AnamDB — the AI-native, differentiable logic kernel for autonomous agents.
Documentation
1
2
3
4
5
6
7
8
//! Core module: error types, Arrow schemas, semiring provenance, BCNF catalog,
//! and the Session API.

pub mod bcnf_catalog;
pub mod error;
pub mod provenance;
pub mod schema;
pub mod session;