Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_enabled_plugins

Function
This function is defined in the loader module.
Get list of enabled plugins (if specific list provided).

Signature

def get_enabled_plugins() -> Optional[List[str]]

Returns

Returns
Optional[List[str]]
List of plugin names, or None if all plugins enabled

Uses

  • get_plugins_config

Source

View on GitHub

praisonaiagents/config/loader.py at line 383

Plugins Feature