Anthropic::BetaMemoryStores
Memory Stores API resource (beta)
Constructors
new(client : Client)
SourceInstance methods
archive(memory_store_id : String, betas : Array(String) = [] of String) : BetaManagedAgentsMemoryStore
Archive a memory store
create(name : String, description : String | Nil = nil, metadata : Hash(String, String) | Nil = nil, betas : Array(String) = [] of String) : BetaManagedAgentsMemoryStore
Create a new memory store
delete(memory_store_id : String, betas : Array(String) = [] of String) : BetaManagedAgentsDeletedMemoryStore
Delete a memory store
list(include_archived : Bool | Nil = nil, limit : Int32 = 20, page : String | Nil = nil, betas : Array(String) = [] of String) : BetaMemoryStoreListResponse
List memory stores
memories
Sourcememory_versions
Source