Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / reviewAgentProfile

Function: reviewAgentProfile()

ts
function reviewAgentProfile(options?): AgentProfile;

Defined in: packages/core/src/engine/profile-templates.ts:174

The review child template: the caller's task tools plus the progress contract, with REVIEW_PROFILE_LIMITS as the stop conditions (a tighter turn budget and the no-new-evidence guard: a reviewer circling over the same pages should stop, not spin).

Parameters

ParameterType
optionsAgentProfileTemplateOptions

Returns

AgentProfile