Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / SpawnRecord

Interface: SpawnRecord

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

One spawned child tracked by the orchestrator runtime.

Properties

PropertyTypeDescriptionDefined in
abort() => void-packages/core/dist/index.d.ts
ceilingUsd?numberThe child's declared money (RV4906): the spawn's budgetUsd, else the profile's estCost; absent when neither was declared. Read by the acceptance fold's binding constraint profile.packages/core/dist/index.d.ts
escalationFlavor?"A" | "B"The spawn's escalation flavor, captured at dispatch.packages/core/dist/index.d.ts
handlenumber-packages/core/dist/index.d.ts
logicalTaskIdstring-packages/core/dist/index.d.ts
nodeIdstring-packages/core/dist/index.d.ts
resultPromise<AgentResult<unknown>>Settles with the child's full result; never rejects.packages/core/dist/index.d.ts
settled?AgentResult<unknown>-packages/core/dist/index.d.ts
spawnOrdinalnumber-packages/core/dist/index.d.ts