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.
remove_hook
Function
This function is defined in the registry module.Remove a hook by ID. Simplified API.
Signature
Parameters
The hook ID returned by add_hook()
Returns
True if hook was found and removed, False otherwise
Uses
unregisterget_default_registry
Source
View on GitHub
praisonaiagents/hooks/registry.py at line 404
