Skip to content

rulvar API reference


rulvar API reference / @rulvar/core / profileCard

Function: profileCard()

ts
function profileCard(profiles): string;

Defined in: packages/core/src/model/profile-card.ts:34

Renders the registry into the shared agent vocabulary card. Sorted, deterministic, byte-stable; an empty registry renders explicitly so the planner never guesses at unregistered agentTypes.

Parameters

ParameterType
profiles| Record<string, AgentProfile> | undefined

Returns

string