ensureInitialized abstract method

Future<void> ensureInitialized()

Ensures the manager is fully initialized — active model/embedder state restored from storage (#227). Idempotent and safe to call concurrently; all callers share a single initialization. Await this before reading activeInferenceModel / activeEmbeddingModel (#314).

Implementation

Future<void> ensureInitialized();