saiku
command, including its options, subcommands, and their functionalities.
saiku
Command-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 are input
, output
, both
, none
.-role, --systemMessage <role>
: Sets the model system role message.-i, --interactive <mode>
: Runs the agent in interactive mode. Default is true
.-m, --llm <model>
: Specifies the language model to use, such as openai
or vertexai
.-h, --help
: Displays help for the command.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.saiku action
Subcommand-m, --llm <model>
: Specifies the language model.-h, --help
: Displays help for the action
subcommand.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 specific action
command.saiku serve
Subcommand-m, --llm <model>
: Specifies the language model.-h, --help
: Displays help for the serve
subcommand.