File size: 449 Bytes
02117ee | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | SPACE_SPEC = {
"id": "memory-worker-space",
"name": "Memory Worker Space",
"icon": "🧠",
"color": "#a855f7",
"layer": "Memory + Knowledge Layer",
"description": "Vector DB, execution history, learned fixes, project memory, and long-term state.",
"responsibilities": [
"vector db",
"execution history",
"learned fixes",
"project memory",
"long-term state"
],
"roles": [
"cognition",
"automation"
]
}
|