halguru build
Build an AI Agent from a YAML file. Usage:
Options | Default | Description |
---|---|---|
--help , -h |
Prints help information | |
--agent-file , -a |
The YAML file defining the agent to be built. | |
--verbose , -v |
Enables detailed output for debugging and troubleshooting purposes. |
Summary#
Represents a command responsible for building an AI agent from a YAML configuration file.
Remarks#
The 'build' leverages the specified agent file to construct an AI agent. It supports optional verbose logging for debugging purposes.
Option --help
, -h
#
Prints help information
Option --agent-file
, -a
#
The YAML file defining the agent to be built.
- 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 |