Skip to content

.halguru-action.yaml

Represents an action executed by an agent in the system.

Summary#

Represents an action executed by an agent in the system. This class is used to encapsulate various types of specialized actions that an agent can perform, such as executing SQL queries, sending data to external systems, or configuring the agent's behavior dynamically.

Properties#

  • Command - The command associated with the agent's action.
  • RunSqlSelect - The SQL SELECT action executed by the agent.
  • SendToPipedrive - The action to send data to Pipedrive.
  • ChangePrompt - The action responsible for changing the agent's prompt.
  • ChangetLlmConnector - The action responsible for configuring the LLM connector associated with the agent.

Summary#