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