Session Persistence • Semantic Understanding • Truth Verification
✅ COMPLETE & ACTIVELayer 2 implements a three-tier memory system that mimics human cognition: short-term (Redis), working (Weaviate), and long-term (Neo4j) memory stores.
How events flow through Layer 2 from raw input to verified semantic understanding.
Every extracted meaning is verified through the Living Truth verification engine before being stored or propagated. This ensures that only factually accurate information flows through the system.
api/layers/layer2_meaning/truth_integration.py - Truth-aware semantic processor (230 LOC)api/layers/layer2_meaning/test_truth_integration.py - Test suite (230 LOC, 6/6 passing)api/lib/ignition/orchestrator.py - Session restore orchestratorapi/lib/ignition/neo4j_session_state.py - Session persistence to Neo4japi/lib/ignition/redis_ignition_cache.py - Fast cache (<10ms reads)api/layers/layer0_backbone/event_schemas.py - MeaningExtractionEvent schema