Expand description
Omega Brain
Unified brain-like cognitive architecture that integrates all Omega components into a coherent cognitive system resembling biological brain function:
- Neural Substrate (omega-snn): Spiking neurons with STDP learning
- Attention System (omega-attention): 39 attention mechanisms
- Consciousness Core (omega-consciousness): IIT, GWT, Free Energy
- Memory System (omega-hippocampus): Pattern separation/completion, replay
- Sleep System (omega-sleep): Consolidation during SWS/REM
- Self-Awareness (omega-strange-loops): Meta-cognition, self-model
- Runtime Adaptation (ruvector-sona inspired): LoRA, EWC++, ReasoningBank
The cognitive cycle follows: Perception → Attention → Processing → Memory → Action
Re-exports§
pub use attention_system::AttentionSystem;pub use cognitive_cycle::CognitiveCycle;pub use cognitive_cycle::CognitiveState;pub use cognitive_cycle::ProcessingResult;pub use config::BrainConfig;pub use config::BrainMode;pub use consciousness_core::ConsciousnessCore;pub use memory_system::MemorySystem;pub use neural_substrate::NeuralSubstrate;pub use runtime_adaptation::AdaptationStats;pub use runtime_adaptation::EWCPlusPlus;pub use runtime_adaptation::LoRAAdapter;pub use runtime_adaptation::LoRAConfig;pub use runtime_adaptation::LoRARank;pub use runtime_adaptation::ReasoningBank;pub use runtime_adaptation::ReasoningPattern;pub use runtime_adaptation::RuntimeAdaptation;pub use self_awareness::SelfAwarenessSystem;pub use sleep_system::SleepSystem;
Modules§
- attention_
system - Attention System - Self-contained attention mechanisms
- cognitive_
cycle - Cognitive Cycle
- config
- Brain Configuration
- consciousness_
core - Consciousness Core - Self-contained IIT, GWT, and Free Energy implementation
- memory_
system - Memory System - Self-contained hippocampal memory implementation
- neural_
substrate - Neural Substrate - Self-contained spiking neural network implementation
- runtime_
adaptation - Runtime Adaptation System
- self_
awareness - Self-Awareness System - Self-contained strange loops and meta-cognition
- sleep_
system - Sleep System - Self-contained sleep stages and circadian rhythm
Structs§
- Brain
Metrics - Brain metrics
- Brain
State - Brain state snapshot
- Cognitive
State Snapshot - Simplified cognitive state for serialization
- Omega
Brain - The unified Omega Brain
Enums§
- Brain
Error - Errors in brain processing