.halguru-action.yaml
Defines the configuration for various actions that an agent can execute within the system. This class serves as a container for specific types of actions, such as executing commands, performing SQL queries, sending data to external services, or dynamically altering the agent's behavior.
Command:
RunSqlSelect: {}
SendToPipedrive: {}
ChangePrompt: {}
ChangetLlmConnector: {}
RunCode: {}
Properties
| Name |
Type |
Required |
Description |
| Command |
Text |
|
The command associated with the agent's action. |
| RunSqlSelect |
Object |
|
The SQL SELECT action executed by the agent. |
| SendToPipedrive |
Object |
|
The action to send data to Pipedrive. |
| ChangePrompt |
Object |
|
The action responsible for changing the agent's prompt. |
| ChangetLlmConnector |
Object |
|
The action responsible for configuring the LLM connector associated with the agent. |
| RunCode |
Object |
|
run a code snippet |
| Property |
Value |
| Path |
.halguru-action.yaml: |
| Internal Root Type |
ActionHalConfiguration |
| File Extension |
.halguru-action.yaml |
| JSON Schema |
halguru-action-schema.json |
| Last updated: | | 2025-12-05 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.75.0 |