anamdb 1.0.1

AnamDB — the AI-native, differentiable logic kernel for autonomous agents.
Documentation
1
2
3
4
5
6
7
//! Model management: AI-Tables, Function-as-Operator (FAO), inference adapters, and distillation.

pub mod ai_tables;
pub mod distillation;
pub mod fao;
pub mod onnx_adapter;
pub mod registry;