ai-cli-assistant 0.1.3

Integrated intelligence into terminal.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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`