Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / ResearchFanOutResult

Interface: ResearchFanOutResult

Defined in: packages/core/dist/index.d.ts

What researchFanOut returns: the profile, the evidence accessor, the acceptance.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
acceptanceOrchestrateAcceptanceThe acceptance that pairs with the profile; pass it as orchestrate acceptance.-packages/core/dist/index.d.ts
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.evidencepackages/core/dist/index.d.ts
profileAgentProfile-ResearchAgentProfileResult.profilepackages/core/dist/index.d.ts