storage
Represents a concurrent-safe key-value storage instance for an AI agent.
This property holds a reference to an optional AIAgentStorage implementation, which enables the handling of typed keys and respective values in a thread-safe manner within the agent context. The storage can be used to store, retrieve, or manage custom data uniquely identified by specific keys.
It can be configured or overridden during the agent context setup or through subsequent modifications to the context builder. If not provided, the default value remains null
.