File size: 433 Bytes
02117ee | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | SPACE_SPEC = {
"id": "knowledge-worker-space",
"name": "Knowledge Worker Space",
"icon": "📚",
"color": "#4f46e5",
"layer": "Memory + Knowledge Layer",
"description": "Docs retrieval, semantic search, RAG pipelines, and indexed repositories.",
"responsibilities": [
"docs retrieval",
"semantic search",
"rag pipelines",
"indexed repositories"
],
"roles": [
"cognition",
"automation"
]
}
|