atd-cli 1.1.0

Reference command-line client for the Agent Tool Dispatch (ATD) protocol.
Documentation

atd-cli

Reference command-line client for the ATD (Agent Tool Dispatch) protocol. It wraps the atd-sdk client surface in an atd binary for interactive use and scripting.

Install

cargo install atd-cli

This installs the atd binary.

Usage

atd list   --sock /tmp/atd.sock                          # discover tools
atd schema ref:echo.say --sock /tmp/atd.sock             # show a tool's schema
atd call   ref:echo.say --sock /tmp/atd.sock --args '{"text":"hello"}'
atd doctor --sock /tmp/atd.sock                          # check connectivity
atd skills sync --sock /tmp/atd.sock                     # pull skill files

Subcommands: list (discover), schema (describe), call (invoke), doctor (connectivity check), skills (sync skill files from a connected server). --sock overrides the default socket path. Run atd --help and atd <subcommand> --help for the full surface.

See also

License

Apache-2.0.