| 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" | |
| ] | |
| } | |