Rulvar API reference / @rulvar/core / PilotAgentProfileResult
Interface: PilotAgentProfileResult
Defined in: packages/core/src/engine/profile-templates.ts:191
What pilotAgentProfile returns: the pinned profile plus its accessors.
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
attestation | ToolsetAttestation | The toolset pin the profile enforces at every spawn (RV1514): the hash of the EXACT resolved toolset the factory built, per-tool hashes included, so a drifted registration refuses typed before any provider call. Returned so the host can persist or audit it. | - | packages/core/src/engine/profile-templates.ts:198 |
evidence | () => ResearchEvidenceEntry[] | The research kit's host-side evidence snapshot. One kit instance backs the profile, so children spawned from the SAME registered profile pool their verified evidence here (and see each other's entries through list_evidence); construct one template per fan-out run, or per child, when isolation matters. | ResearchAgentProfileResult.evidence | packages/core/src/engine/profile-templates.ts:112 |
profile | AgentProfile | - | ResearchAgentProfileResult.profile | packages/core/src/engine/profile-templates.ts:104 |