Spaces:
Running
Running
| { | |
| "schemaVersion": "3.0.0", | |
| "name": "CAPT Cognitive Architecture", | |
| "theme": "cinematic", | |
| "rooms": [ | |
| { "id": "PULSE", "label": "PULSE", "type": "input", "color": "#8b5cf6", "position": { "x": 0, "y": 0, "z": 6 }, "capacity": 100 }, | |
| { "id": "NEDA", "label": "NEDA", "type": "processing", "color": "#a855f7", "position": { "x": 3, "y": 1, "z": 3 }, "capacity": 100 }, | |
| { "id": "HMC", "label": "HMC", "type": "memory", "color": "#c084fc", "position": { "x": 5, "y": 0.5, "z": 0 }, "capacity": 100 }, | |
| { "id": "ECHO", "label": "ECHO", "type": "memory", "color": "#fb7185", "position": { "x": 3, "y": 0.8, "z": -3 }, "capacity": 100 }, | |
| { "id": "CIG", "label": "CIG", "type": "processing", "color": "#d946ef", "position": { "x": 0, "y": 1.2, "z": -5 }, "capacity": 100 }, | |
| { "id": "HDR", "label": "HDR", "type": "processing", "color": "#e879f9", "position": { "x": -3, "y": 0.6, "z": -3 }, "capacity": 100 }, | |
| { "id": "QIPC", "label": "QIPC", "type": "quorum", "color": "#f472b6", "position": { "x": -5, "y": 1.5, "z": 0 }, "capacity": 100 }, | |
| { "id": "META", "label": "META", "type": "processing", "color": "#f43f5e", "position": { "x": -3, "y": 0.9, "z": 3 }, "capacity": 100 }, | |
| { "id": "IMMU", "label": "IMMU", "type": "validation", "color": "#10b981", "position": { "x": 0, "y": 0.7, "z": 4 }, "capacity": 100 }, | |
| { "id": "NDS", "label": "NDS", "type": "output", "color": "#06b6d4", "position": { "x": 0, "y": 2, "z": 0 }, "capacity": 100 } | |
| ], | |
| "connections": [ | |
| { "from": "PULSE", "to": "NEDA", "type": "forward" }, | |
| { "from": "NEDA", "to": "HMC", "type": "forward" }, | |
| { "from": "HMC", "to": "ECHO", "type": "forward" }, | |
| { "from": "ECHO", "to": "CIG", "type": "forward" }, | |
| { "from": "CIG", "to": "HDR", "type": "forward" }, | |
| { "from": "HDR", "to": "QIPC", "type": "forward" }, | |
| { "from": "QIPC", "to": "META", "type": "forward" }, | |
| { "from": "META", "to": "IMMU", "type": "forward" }, | |
| { "from": "IMMU", "to": "NDS", "type": "forward" } | |
| ] | |
| } | |