A private space holding the user's agent memory. Any application granted access reads and writes the same records, so the memory engine indexing them is replaceable without moving the data.
View raw schema
{
"key": "any",
"name": "Memory",
"type": "space",
"collections": [
"dev.bastienrobert.memory.record"
],
"description": "A private space holding the user's agent memory. Any application granted access reads and writes the same records, so the memory engine indexing them is replaceable without moving the data."
}