agent-tools-interface 0.7.11

Agent Tools Interface — secure CLI for AI agent tool execution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod audit;
pub mod auth;
pub mod call;
pub mod cli_capture;
pub mod common;
pub mod file_manager;
pub mod help;
pub mod init;
pub mod keys;
pub mod plan;
pub mod provider;
pub mod skillati;
pub mod skills;
pub mod token;
pub mod tools;