Module loader

Module loader 

Source
Expand description

Plugin loader implementation

This module provides the main PluginLoader that handles:

  • Plugin discovery and validation
  • Secure plugin loading with sandboxing
  • Plugin lifecycle management
  • Resource monitoring and cleanup

Structsยง

PluginLoader
Main plugin loader