Expand description
SONA Learning Loops
Three-tier temporal learning architecture:
- Loop A (Instant): Per-request trajectory recording and micro-LoRA updates
- Loop B (Background): Hourly pattern extraction and base LoRA updates
- Loop C (Deep): Weekly dream consolidation and full EWC++ update
Re-exports§
pub use instant::InstantLoop;pub use background::BackgroundLoop;pub use coordinator::LoopCoordinator;
Modules§
- background
- Loop B - Background Learning
- coordinator
- Loop Coordinator - Orchestrates all learning loops
- instant
- Loop A - Instant Learning