1//! ATI library — exposes core modules for integration tests and embedding.
2#![allow(dead_code)]
34pub mod core;
5pub mod proxy;
6pub mod security;
78// These are used by the binary (main.rs) only, not exposed as library API.
9// cli, output, providers remain private to the binary.