@elizaos/core v1.0.0-beta.51 / StateObject
Interface: StateObject
Represents a generic object structure within the agent's state, where keys are strings
and values can be any StateValue
. This allows for nested objects within the state.
It's a fundamental part of the EnhancedState
interface.