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.

enabled

Method
This is a method of the HookRegistry class in the registry module.
Enable or disable hooks.

Signature

def enabled(value: bool) -> Any

Parameters

value
bool
required
No description available.

Returns

Returns
Any
The result of the operation.

Source

View on GitHub

praisonaiagents/hooks/registry.py at line 63