pub async fn load_all_plugins() -> Result<PluginLoadResult, Box<dyn Error + Send + Sync>>Expand description
Load all plugins from cache (no network).
This is the main entry point for loading plugins at startup. Returns enabled/disabled plugins and any errors encountered.