Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / implementationAgentProfile

Function: implementationAgentProfile()

ts
function implementationAgentProfile(options?): AgentProfile;

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

The implementation child template: the caller's task tools plus the progress contract, with IMPLEMENTATION_PROFILE_LIMITS as the stop conditions (a no-progress detector instead of the research no-new-evidence guard: implementation legitimately re-reads state).

Parameters

ParameterType
optionsAgentProfileTemplateOptions

Returns

AgentProfile