1//! ATI library — exposes core modules for integration tests and embedding.
23pub mod core;
4pub mod proxy;
5pub mod security;
67// These are used by the binary (main.rs) only, not exposed as library API.
8// cli, output, providers remain private to the binary.