pub fn initialize_contributor_mode(
gemini_api_key: Option<&str>,
imgbb_api_key: Option<&str>,
) -> Result<bool, String>Expand description
Configure an isolated contributor session without persisting API keys.
When at least one key is present, the deterministic contributor profile is created and activated. With no keys, the profile store enters guest mode so local and OCR-only workflows remain available.