Skip to main content

add_verification

Method
This is a method of the Agent class in the agent module.
Register a verification hook for the current run. Lets an autonomous agent (or caller) add a task-specific completion gate discovered mid-run, e.g. the regression test it just wrote.

Signature

Parameters

Any
required
No description available.

Source

View on GitHub

praisonaiagents/agent/agent.py at line 5000