CLI
A CLI is a command you run in a terminal, and it costs nothing until you run it.
The same capability can be a tool or a command. For an agent that can run a shell, the command is far cheaper: nothing is loaded in advance.
It also pipes, scripts and runs on a schedule, which a tool call cannot.
Was this page helpful?