agent-tools-interface 0.7.8

Agent Tools Interface — secure CLI for AI agent tool execution
Documentation
1
2
3
4
5
6
7
8
9
//! ATI library — exposes core modules for integration tests and embedding.
#![allow(dead_code)]

pub mod core;
pub mod proxy;
pub mod security;

// These are used by the binary (main.rs) only, not exposed as library API.
// cli, output, providers remain private to the binary.