The command line interface agent for Zeus. This is a quick way to see all input and output going through Zeus.
- node v0.10.
- bunyan for pretty printing logs.
Clone the repo and run npm install
.
$ node index.js --logfile cli.log 2>&1 | bunyan
- Whatever you type into the CLI goes to Zeus as text input.
- Text output from Zeus shows up on the CLI.
- ctrl-P works for navigating history.
GPLv3