Spaces:
Running
Running
| title: CAPT Memory Palace | |
| emoji: ๐ง | |
| colorFrom: purple | |
| colorTo: pink | |
| sdk: static | |
| pinned: true | |
| license: mit | |
| short_description: Watch AI think in real-time - 3D cognitive visualization | |
| # ๐ง CAPT Memory Palace | |
| <div align="center"> | |
| **Watch AI cognition unfold in real-time** | |
| *A 3D visualization of the CAPT (Cortical-AI Processing Technology) cognitive architecture* | |
| [Live Demo](https://knowurknot-capt-memory-palace.static.hf.space) โข [GitHub](https://github.com/knowurknottty/biocapt-desktop) | |
| </div> | |
| --- | |
| ## โจ What You'll See | |
| When you submit a query, watch the AI "think": | |
| ``` | |
| Your Query โ PULSE (reading) โ NEDA (patterns) โ HDR (reasoning) | |
| โ QIPC (competing) โ Consensus โ IMMU (validation) โ NDS (output) | |
| ``` | |
| ### The Experience | |
| | Phase | What Happens | Visual | | |
| |-------|--------------|--------| | |
| | ๐ฎ **Receiving** | Input is parsed | Purple glow | | |
| | ๐ **Analyzing** | Pattern recognition | Multiple candidates appear | | |
| | ๐งฉ **Reasoning** | Concept mapping | Ideas compete | | |
| | ๐ค **Consensus** | Voting/negotiation | One interpretation wins | | |
| | ๐ก๏ธ **Validating** | Safety checks | Green confirmation | | |
| | โจ **Responding** | Output generation | Final answer appears | | |
| --- | |
| ## ๐ Get Started | |
| 1. **Click "Watch Demo"** โ See a simulated cognitive cycle | |
| 2. **Enter a query** โ Type any question in the input box | |
| 3. **Watch the magic** โ See modules activate in real-time | |
| ### Keyboard Controls | |
| | Key | Action | | |
| |-----|--------| | |
| | `Space` | Toggle cinematic tour | | |
| | `WASD` | Navigate 3D space | | |
| | `M` | Toggle sound | | |
| | `R` | Reset camera | | |
| --- | |
| ## ๐ง Audio Feedback | |
| Enable sound to hear: | |
| - Module activation tones (different pitch per module) | |
| - Phase transition sounds | |
| - Consensus chime when agreement is reached | |
| - Ambient cognitive drone | |
| --- | |
| ## ๐ Connect to Live CAPT | |
| The viewer can connect to a running CAPT symbiote for real data: | |
| ```javascript | |
| // In browser console | |
| CAPT_API.configure({ endpoint: 'http://your-capt-server:8000' }); | |
| CognitiveSimulator.start(onUpdate, { useRealAPI: true }); | |
| ``` | |
| See [DEPLOY.md](./DEPLOY.md) for full API documentation. | |
| --- | |
| ## ๐ ๏ธ Custom Configurations | |
| Click **๐ Edit** to modify the palace configuration in JSON: | |
| ```json | |
| { | |
| "schemaVersion": "3.0.0", | |
| "name": "My Research Palace", | |
| "rooms": [ | |
| {"id": "input", "label": "Input", "type": "input", "color": "#8b5cf6"}, | |
| {"id": "process", "label": "Process", "type": "processing", "color": "#a855f7"} | |
| ] | |
| } | |
| ``` | |
| --- | |
| ## ๐ Supported Modules | |
| | Module | Function | | |
| |--------|----------| | |
| | PULSE | Language processing | | |
| | NEDA | Pattern recognition (event-driven) | | |
| | HMC | Memory encoding (holographic) | | |
| | CIG | Causal inference graph | | |
| | HDR | Hyperdimensional reasoning | | |
| | QIPC | Quantum-inspired consensus | | |
| | ECHO | Episodic memory | | |
| | META | Self-monitoring | | |
| | IMMU | Constitutional validation | | |
| | NDS | Decision synthesis | | |
| --- | |
| <div align="center"> | |
| **Built with CAPT** โ [Learn more about the architecture](https://github.com/knowurknottty/biocapt-desktop) | |
| </div> | |