Skip to content

HomeSetup Developer Handbook

Applications handbook

Table of contents

Taius

"help"

Purpose

Display the HomeSetup Taius AskAI integration help.

Returns

0 if the command was successfully executed; non-zero otherwise.

Parameters

N/A

Examples

__hhs taius help

Output

usage: __hhs taius <question> [options]

  HomeSetup AskAI integration.

    options:
      -h | --help              : Display this help message.
      -v | --version           : Display current plugin version.

    arguments:
      question                 : The question to ask Taius about HomeSetup.

    examples:
      Ask for usage guidance:
        => __hhs taius "How do I update HomeSetup?"

  Notes:
    - Requires the HomeSetup Python virtual environment and AskAI installation.

"question"

Purpose

Ask Taius a question about HomeSetup through the AskAI RAG integration.

Returns

0 if AskAI is executed; non-zero otherwise.

Parameters

  • $1..$N Required : Question text.

Examples

__hhs taius execute "How do I launch the UI?"

Output

N/A