Rulvar API reference / @rulvar/core / ResearchAgentProfileResult
Interface: ResearchAgentProfileResult
Defined in: packages/core/src/engine/profile-templates.ts:103
What researchAgentProfile returns: the profile plus the evidence accessor.
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
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. | packages/core/src/engine/profile-templates.ts:112 |
profile | AgentProfile | - | packages/core/src/engine/profile-templates.ts:104 |