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.

get_default_registry

Function
This function is defined in the registry module.
Get the default global hook registry.

Signature

def get_default_registry() -> HookRegistry

Returns

Returns
HookRegistry
The result of the operation.

Uses

  • HookRegistry

Used By

Source

View on GitHub

praisonaiagents/hooks/registry.py at line 325