Skip to main content

get_plugin_options

Function
This function is defined in the loader module.
Get per-plugin option maps from the unified project config.

Signature

Returns

Dict[str, Dict[str, Any]]
options_dict}. Empty when no per-plugin options are configured. The reserved enabledflag (if present in a plugin block) is preserved so plugins can read it viaon_config“.

Uses

  • get_plugins_config

Used By

Source

View on GitHub

praisonaiagents/config/loader.py at line 582

Plugins Feature