CLIΒΆ

The command line interface (CLI) tool provides a way to interact with the aiagent via the command line, but also as a way to spawn the aiagent from another programming environment which can interact with it via stdin/out.

The CLI takes some arguments:

-u <user name>      : Specifies the user to interact with the agent.
-r <command> <args> : Specifies the command to execute and any arguments to pass into the command

Valid commands:

-u username -r query "user query in quotes as single parameter."
-u username -r directQuery "user query in quotes as single parameter."