| .halguru-state.yaml: |
Defines the operational state and associated metadata for a session of an agent. |
| Description |
A brief description or details regarding the agent state. |
| IsStarted |
Indicates whether the agent has been started. |
| Language |
The language associated with the agent state. |
| LastAccess |
Last access to the agent. |
| LastDayMessagesCount |
The count of messages sent or received by the agent in the last day. |
| LastDayMessagesWordsCount |
The count of messages words sent or received by the agent in the last day. |
| LastMonthMessagesCount |
The total number of messages exchanged during the last calendar month. |
| LastMonthMessagesWordsCount |
The total number of messages words exchanged during the last calendar month. |
| LlmConnectorName |
The name of the LLM connector associated with the agent. |
| MessagesCount |
The count of messages associated with the AI Agent |
| MessageWordsCount |
The count of words associated with the AI Agent |
| PromptName |
The name of the currently active prompt associated with the agent. |
| Started |
The moment when the agent AI is initiated |
| ThreadId |
The identifier of the thread associated with the agent. |
| Url |
The URL associated with the agent state. |
| 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. |