anamdb 1.0.1

AnamDB — the AI-native, differentiable logic kernel for autonomous agents.
Documentation
1
2
3
4
5
6
7
8
//! Human-in-the-Loop (HITL) debugging: semantic monitoring, interactive triage,
//! syntactic self-repair, query result explanation, and global distributed lineage.

pub mod explainer;
pub mod global_lineage;
pub mod monitor;
pub mod self_repair;
pub mod triage;