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.

is_plugins_enabled

Function
This function is defined in the loader module.
Check if plugins are enabled via config or env var.

Signature

def is_plugins_enabled() -> bool

Returns

Returns
bool
True if plugins should be enabled

Uses

  • get_plugins_config

Source

View on GitHub

praisonaiagents/config/loader.py at line 357

Plugins Feature