Saiku Command-Line Interface (CLI) Usage
The Saiku CLI is a powerful tool for automating tasks using Saiku’s AI agent. This guide details the usage of thesaiku command, including its options, subcommands, and their functionalities.
The saiku Command
Basic Usage
Options
-v, --version: Outputs the current version of Saiku.-exec, --allowCodeExecution: Executes the code without prompting the user.-s, --speech <type>: Sets speech interaction mode. Possible values areinput,output,both,none.-role, --systemMessage <role>: Sets the model system role message.-i, --interactive <mode>: Runs the agent in interactive mode. Default istrue.-m, --llm <model>: Specifies the language model to use, such asopenaiorvertexai.-h, --help: Displays help for the command.
Subcommands
action: Manages actions within Saiku.autopilot: Runs the AI agent in autopilot mode for automated task handling.serve: Initiates a chat interface with the Saiku agent in the browser.
The saiku action Subcommand
Usage
Options
-m, --llm <model>: Specifies the language model.-h, --help: Displays help for theactionsubcommand.
Commands
activate: Activates a specific action.create: Creates a new action.list: Lists all available actions.run: Runs a specific action with options.help: Provides help for a specificactioncommand.
The saiku serve Subcommand
Usage
Options
-m, --llm <model>: Specifies the language model.-h, --help: Displays help for theservesubcommand.
This CLI usage guide aims to provide a clear understanding of how to interact with Saiku through the command line, enhancing your ability to automate tasks efficiently.
