salior/salior/hooks/__init__.py

4 lines
165 B
Python

"""Hooks module — event system for agent communication."""
from salior.hooks.registry import HookRegistry, global_hooks
__all__ = ["HookRegistry", "global_hooks"]