halguru test
Execute tests for the AI agent. Usage:
Options | Default | Description |
---|---|---|
--help , -h |
Prints help information | |
--agent-file , -a |
The YAML file that defines the agent to be used. | |
--verbose , -v |
Enables detailed output for debugging and troubleshooting purposes. |
Summary#
Represents a command that executes tests for an AI agent as defined in a YAML file.
Remarks#
The TestCommand provides a way to test the behavior of an AI agent using a user-specified YAML configuration file. The command supports options for specifying the agent YAML file and enabling verbose output for detailed logging.
Option --help
, -h
#
Prints help information
Option --agent-file
, -a
#
The YAML file that defines the agent to be used.
- Type:
String
Represents the path to the YAML file that defines the configuration of the agent.
When the file name is not defined, it is searched for a file with the extension *.halguru in the current directory.
Option --verbose
, -v
#
Enables detailed output for debugging and troubleshooting purposes.
Specifies whether detailed output is enabled for debugging and troubleshooting purposes.
When set to true, additional information about the command execution process is displayed, which can be useful for diagnosing issues or understanding internal operations. By default, the value is false, indicating standard output only.
Last updated: | 2025-10-13 | |
Autogenerated: | Yes | |
AI powered: | Yes | |
Core version: | 1.66.0 |