VerificationHook
Defined in the verification module.AI Agent Protocol for verification hooks. Verification hooks are used by Agent autonomy to validate actions. They run after file writes or at configured checkpoints. Implementations must provide:
- name: Unique identifier for the hook
- run(): Execute verification and return result
Properties
No description available.
Methods
Usage
Source
View on GitHub
praisonaiagents/hooks/verification.py at line 62
