Module plugin

Module plugin 

Source
Expand description

Plugin loading and management utilities

Functions§

get_plugin_actions
Get all actions from plugins
get_plugin_evaluators
Get all evaluators from plugins
get_plugin_providers
Get all providers from plugins
get_plugin_services
Get all services from plugins
initialize_plugins
Initialize plugins with runtime
load_plugins
Load and initialize plugins
resolve_plugin_dependencies
Resolve plugin dependencies with circular dependency detection Performs topological sorting of plugins to ensure dependencies are loaded in the correct order
validate_plugin
Validate a plugin’s structure