# AI CLI Assistant ## Objective Integrate intelligence into terminal. ## Consequence Faster information query mechanism. Faster machine control. ## Usage `ai "question"` -> `"intelligent response"` `ai --template "custom_template" "question"` -> `"intelligent response with templated system prompt"` `ai --system "description of system state reachable by executing system cmds"` -> `target system state (hopefully)` `ai --create_template "new_template_name" content`