{
"id": "dev.bastienrobert.memory.space",
"defs": {
"main": {
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}