atd-cli 1.1.0

Reference command-line client for the Agent Tool Dispatch (ATD) protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
//! `atd-cli` library side — exposes subcommand modules so integration tests can
//! drive them with captured output buffers.

pub mod call;
pub mod cli;
pub mod connect;
pub mod doctor;
pub mod list;
pub mod schema;
pub mod skills;