Skip to main content

is_enabled

Function
This function is defined in the plugins module.
Check if plugins are enabled.

Signature

def is_enabled(name: str) -> bool

Parameters

name
str
Optional plugin name to check. If None, checks if system is enabled.

Returns

Returns
bool
True if enabled, False otherwise.

Uses

  • get_plugin_manager
  • manager.is_enabled

Used By

Source

View on GitHub

praisonaiagents/plugins/__init__.py at line 218