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.

list_hooks

Method
This is a method of the HookRegistry class in the registry module.
List all registered hooks.

Signature

def list_hooks() -> Dict[str, List[Dict]]

Returns

Returns
Dict[str, List[Dict]]
Dictionary mapping event names to hook info

Source

View on GitHub

praisonaiagents/hooks/registry.py at line 267

Hooks Concept

Hook Events

Callbacks