Initialize the engine with context
void initialize({Map<String, dynamic>? context}) { _context = context ?? _createDefaultContext(); }