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.
runner
AI Agent Hook Runner for PraisonAI Agents. Executes hooks registered in the registry, supporting both Python functions and shell commands.Import
Classes
HookRunner
Executes hooks from a registry.
Constants
| Name | Value |
|---|---|
EXIT_CODE_SUCCESS | 0 |
EXIT_CODE_BLOCKING_ERROR | 2 |
EXIT_CODE_NON_BLOCKING_ERROR | 1 |

