AIAgentStorageAPI
Functions
Link copied to clipboard
Creates a copy of the current storage.
Link copied to clipboard
Retrieves the non-null value associated with the given key from the storage. If the key does not exist in the storage, a NoSuchElementException is thrown.
Link copied to clipboard
Puts the contents of the other storage instance into the current storage. This method combines key-value pairs from the specified storage with the current one. If a key exists in both storages, the value from the given storage will overwrite the existing value.
Adds all key-value pairs from the given map to the storage.
Link copied to clipboard
Adds serialized storage entries from the given map.
Link copied to clipboard
Returns serialized storage entries keyed by AIAgentStorageKey.name.