Skip to content

.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: {}

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.

Technical Information#

Property Value
Path .halguru-action.yaml:
Internal Root Type ActionConfiguration
File Extension .halguru-action.yaml
JSON Schema halguru-action-schema.json

Last updated: 2025-10-13
Autogenerated: Yes
AI powered: Yes
Core version: 1.66.0