.halguru-state.yaml
Defines the operational state and associated metadata for a session of an agent.
UserType: Paid
MessagesCount: 5
LastMonthMessagesCount: 5
LastDayMessagesCount: 5
MessageWordsCount: 5
LastMonthMessagesWordsCount: 5
LastDayMessagesWordsCount: 5
Started: 2025-01-20T18:15:23
LastAccess: 2025-01-20T18:15:23
IsStarted: true
ThreadId: 1233498143298
LlmConnectorName: My LLM Connector
PromptName: My Prompt
Url: https://example.com/
Language: en
Description:
Variables: []
Properties
Name |
Type |
Required |
Description |
UserType |
Option |
✔️ |
The type of user associated with the agent's current session. |
MessagesCount |
Integer |
|
The count of messages associated with the AI Agent |
LastMonthMessagesCount |
Integer |
|
The total number of messages exchanged during the last calendar month. |
LastDayMessagesCount |
Integer |
|
The count of messages sent or received by the agent in the last day. |
MessageWordsCount |
Integer |
|
The count of words associated with the AI Agent |
LastMonthMessagesWordsCount |
Integer |
|
The total number of messages words exchanged during the last calendar month. |
LastDayMessagesWordsCount |
Integer |
|
The count of messages words sent or received by the agent in the last day. |
Started |
DateTime |
|
The moment when the agent AI is initiated |
LastAccess |
DateTime |
|
Last access to the agent. |
IsStarted |
Boolean |
|
Indicates whether the agent has been started. |
ThreadId |
Text |
|
The identifier of the thread associated with the agent. |
LlmConnectorName |
Text |
|
The name of the LLM connector associated with the agent. |
PromptName |
Text |
|
The name of the currently active prompt associated with the agent. |
Url |
Url |
|
The URL associated with the agent state. |
Language |
Text |
|
The language associated with the agent state. |
Description |
Text |
|
A brief description or details regarding the agent state. |
Variables |
List |
|
A collection of variables associated with the agent state. |
Property |
Value |
Path |
.halguru-state.yaml: |
Internal Root Type |
StateConfiguration |
File Extension |
.halguru-state.yaml |
JSON Schema |
halguru-state-schema.json |
Last updated: | | 2025-10-13 |
Autogenerated: | | Yes |
AI powered: | | Yes |
Core version: | | 1.66.0 |