verification
AI Agent Verification Hooks Protocol for PraisonAI Agents. Provides protocols for verification hooks that can be used with Agent autonomy. Verification hooks run after file writes or at configured checkpoints to validate agent actions (e.g., run tests, lint, build). Usage:Import
Classes
VerificationResult
Result of a verification hook execution.
VerificationHook
Protocol for verification hooks.
BaseVerificationHook
Base class for verification hooks.
CommandVerificationHook
Verification hook that runs a shell command.
FileCheckHook
Declarative file-assertion verification hook (no shell involved).

