Skip to content

.halguru-state.yaml

Defines the operational state and associated metadata for a session of an agent.

UserType: Anonymous
TotalMessagesCount: 5
LastMonthMessagesCount: 5
LastDayMessagesCount: 5
LastInputMessageWordsCount: 5
LastOutputMessageWordsCount: 5
LastInputMessageTokensCount: 5
LastOutputMessageTokensCount: 5
LastMonthInputWordsCount: 5
LastMonthOutputWordsCount: 5
LastDayInputWordsCount: 5
LastDayOutputWordsCount: 5
TotalInputWordsCount: 5
TotalOutputWordsCount: 5
LastMonthInputTokensCount: 5
LastMonthOutputTokensCount: 5
LastDayInputTokensCount: 5
LastDayOutputTokensCount: 5
TotalInputTokensCount: 5
TotalOutputTokensCount: 5
StartedAt: 2025-01-20T18:15:23
LastInteractionAt: 2025-01-20T18:15:23
CurrentThreadId: 1233498143298
CurrentLLMConnectorName: My LLM Connector
CurrentPromptName: My Prompt
CurrentUrl: https://www.example.com
CurrentLanguage: en
Description: 
Variables: []

Field List#

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

Technical Information#

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

.halguru-state.yaml#

Reference Index#

Configuration Files#


Last updated: 2026-03-19
Autogenerated: Yes
AI powered: Yes
Core version: 1.93.0