pub async fn load_modules(ctx: &AppContext) -> AppResult<Vec<Module>>Expand description
Load every configured module, including out-of-process remote modules.
The synchronous modules function remains Linked-only for call sites that
must stay context-local and infallible. Startup paths that can perform IO
should use this async loader.