Omega Runtime
Integrated runtime environment for the ExoGenesis Omega system. Coordinates all subsystems including AgentDB, Memory, Loops, and Meta-SONA.
Overview
The Omega Runtime provides a unified orchestration layer for all Omega subsystems:
- AgentDB: Agent lifecycle and persistence management
- Memory System: Multi-tier memory with working, short-term, and long-term storage
- Loop Engine: Cognitive loops (conscious, subconscious, meta, unconscious)
- Meta-SONA: Self-organizing neural architectures and evolution
Features
- Event System: Comprehensive event bus for system-wide notifications
- State Management: Robust state machine with lifecycle management
- Configuration: Flexible, validated configuration system
- API: High-level API for all subsystem operations
- Health Monitoring: Built-in health checks for all components
Example
use ;
use Arc;
async