Spaces:
Paused
Paused
| // Neural Ascension Widgets Index | |
| // Export alle transformation point widgets | |
| export { default as SEGA } from './SEGA'; | |
| export { default as THG } from './THG'; | |
| export { default as SCE } from './SCE'; | |
| export { default as NSQI } from './NSQI'; | |
| export { default as PTAM } from './PTAM'; | |
| export { CDMM, APD, MSH, QEK, CCA } from './RestWidgets'; | |
| export { default as MasterControl } from './MasterControl'; | |
| // Widget Metadata for Registration | |
| export const NeuralAscensionWidgets = [ | |
| { | |
| id: 'MasterControl', | |
| name: 'Neural Ascension Master Control', | |
| category: 'neural-ascension', | |
| path: './widgets/NeuralAscension/MasterControl', | |
| icon: 'Rocket', | |
| defaultSize: { w: 12, h: 4 }, | |
| description: 'Central command for all 10 transformation points - theoretical 59,049x lift' | |
| }, | |
| { | |
| id: 'SEGA', | |
| name: 'Self-Evolving Graph Architecture', | |
| category: 'neural-ascension', | |
| path: './widgets/NeuralAscension/SEGA', | |
| icon: 'GitBranch', | |
| defaultSize: { w: 6, h: 4 }, | |
| description: 'Auto-learning knowledge graph with 200% capacity expansion' | |
| }, | |
| { | |
| id: 'THG', | |
| name: 'Temporal Hypergraphs', | |
| category: 'neural-ascension', | |
| path: './widgets/NeuralAscension/THG', | |
| icon: 'Clock', | |
| defaultSize: { w: 6, h: 4 }, | |
| description: 'Time-travel your knowledge with full version control' | |
| }, | |
| { | |
| id: 'SCE', | |
| name: 'Swarm Consciousness Emergence', | |
| category: 'neural-ascension', | |
| path: './widgets/NeuralAscension/SCE', | |
| icon: 'Users', | |
| defaultSize: { w: 6, h: 3 }, | |
| description: 'Collective intelligence from 8 Ollama Cloud models' | |
| }, | |
| { | |
| id: 'NSQI', | |
| name: 'Neuro-Symbolic Quantum Inference', | |
| category: 'neural-ascension', | |
| path: './widgets/NeuralAscension/NSQI', | |
| icon: 'Sparkles', | |
| defaultSize: { w: 6, h: 3 }, | |
| description: 'Quantum-speed reasoning with symbolic logic' | |
| }, | |
| { | |
| id: 'PTAM', | |
| name: 'Predictive Threat Anticipation Matrix', | |
| category: 'neural-ascension', | |
| path: './widgets/NeuralAscension/PTAM', | |
| icon: 'Shield', | |
| defaultSize: { w: 6, h: 3 }, | |
| description: '24/7 security threat prediction and prevention' | |
| }, | |
| { | |
| id: 'CDMM', | |
| name: 'Cognitive Dark Matter Mapping', | |
| category: 'neural-ascension', | |
| path: './widgets/NeuralAscension/RestWidgets', | |
| icon: 'Moon', | |
| defaultSize: { w: 4, h: 3 }, | |
| description: 'Discover hidden patterns in your knowledge' | |
| }, | |
| { | |
| id: 'APD', | |
| name: 'Autonomous Paradigm Discovery', | |
| category: 'neural-ascension', | |
| path: './widgets/NeuralAscension/RestWidgets', | |
| icon: 'Lightbulb', | |
| defaultSize: { w: 4, h: 3 }, | |
| description: 'Auto-detect and validate breakthroughs' | |
| }, | |
| { | |
| id: 'MSH', | |
| name: 'Morphogenetic Self-Healing', | |
| category: 'neural-ascension', | |
| path: './widgets/NeuralAscension/RestWidgets', | |
| icon: 'Heart', | |
| defaultSize: { w: 4, h: 3 }, | |
| description: 'Automatic system repair and optimization' | |
| }, | |
| { | |
| id: 'QEK', | |
| name: 'Quantum-Entangled Knowledge', | |
| category: 'neural-ascension', | |
| path: './widgets/NeuralAscension/RestWidgets', | |
| icon: 'Link', | |
| defaultSize: { w: 4, h: 3 }, | |
| description: 'Instantaneous knowledge sharing across nodes' | |
| }, | |
| { | |
| id: 'CCA', | |
| name: 'Cosmic-Contextual Awareness', | |
| category: 'neural-ascension', | |
| path: './widgets/NeuralAscension/RestWidgets', | |
| icon: 'Globe', | |
| defaultSize: { w: 4, h: 3 }, | |
| description: 'System-wide consciousness and meta-reasoning' | |
| }, | |
| ]; | |