list_hooks
Method
This is a method of the HookRegistry class in the registry module.List all registered hooks.
Signature
Returns
Dictionary mapping event names to hook info
Source
View on GitHub
praisonaiagents/hooks/registry.py at line 267list_hooks: List all registered hooks.
This is a method of the HookRegistry class in the registry module.List all registered hooks.
def list_hooks() -> Dict[str, List[Dict]]
praisonaiagents/hooks/registry.py at line 267