| .halguru-state.yaml: |
Defines the operational state and associated metadata for a session of an agent. |
| CurrentLanguage |
The language associated with the agent state. |
| CurrentLLMConnectorName |
The name of the LLM connector associated with the agent. |
| CurrentPromptName |
The name of the currently active prompt associated with the agent. |
| CurrentThreadId |
The identifier of the thread associated with the agent. |
| CurrentUrl |
The URL associated with the agent state. |
| Description |
A brief description or details regarding the agent state. |
| LastDayInputTokensCount |
Total number of tokens in all input messages during the last day. |
| LastDayInputWordsCount |
Total number of words in all input messages during the last day. |
| LastDayMessagesCount |
Total number of messages in the last day. |
| LastDayOutputTokensCount |
Total number of tokens in all output messages during the last day. |
| LastDayOutputWordsCount |
Total number of words in all output messages during the last day. |
| LastInputMessageTokensCount |
Number of tokens in the last input message. |
| LastInputMessageWordsCount |
Number of words in the last input message. |
| LastInteractionAt |
The most recent interaction time with the agent. |
| LastMonthInputTokensCount |
Total number of tokens in all input messages during the last month. |
| LastMonthInputWordsCount |
Total number of words in all input messages during the last month. |
| LastMonthMessagesCount |
Total number of messages in the last month. |
| LastMonthOutputTokensCount |
Total number of tokens in all output messages during the last month. |
| LastMonthOutputWordsCount |
Total number of words in all output messages during the last month. |
| LastOutputMessageTokensCount |
Number of tokens in the last output message. |
| LastOutputMessageWordsCount |
Number of words in the last output message. |
| StartedAt |
Time when the agent was activated and its session began |
| TotalInputTokensCount |
Total number of tokens in all input messages in the session. |
| TotalInputWordsCount |
Total number of words in all input messages in the session. |
| TotalMessagesCount |
Total number of messages in the session. |
| TotalOutputTokensCount |
Total number of tokens in all output messages in the session. |
| TotalOutputWordsCount |
Total number of words in all output messages in the session. |
| UserType |
The type of user associated with the agent's current session. |
| Variables[].Name |
The name of the variable. |
| Variables[].Type |
The data type of the variable. |
| Variables[].Value |
The value of the variable. |
| Variables[] |
A collection of variables associated with the agent state. |