Skip to main content

BaseVerificationHook

Defined in the verification module.
AI Agent Base class for verification hooks. Provides common functionality for verification hooks. Subclass this to create custom verification hooks.

Constructor

Optional[str]
No description available.
float
default:"60.0"
No description available.
bool
default:"True"
No description available.

Properties

str
No description available.
float
No description available.
bool
No description available.

Methods

run()

Run the verification hook.

Usage

Source

View on GitHub

praisonaiagents/hooks/verification.py at line 100

Hooks Concept

Hook Events

Callbacks