Defines the interface for storage operations in the Agents platform.
Remarks
Storage providers persist state data across conversation turns, enabling
agents to maintain context over time. Different implementations may store
data in memory, databases, blob storage, or other persistence mechanisms.
The interface is designed to be simple with just three core operations:
read, write, and delete. All operations are asynchronous to support both
in-memory and remote storage providers.
Defines the interface for storage operations in the Agents platform.
Remarks
Storage providers persist state data across conversation turns, enabling agents to maintain context over time. Different implementations may store data in memory, databases, blob storage, or other persistence mechanisms.
The interface is designed to be simple with just three core operations: read, write, and delete. All operations are asynchronous to support both in-memory and remote storage providers.