Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / TerminalPatch

Interface: TerminalPatch

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

Properties

PropertyTypeDescriptionDefined in
artifacts?unknownTerminal agent entries: Artifact list.packages/core/dist/index.d.ts
checkpointRef?string-packages/core/dist/index.d.ts
costAttribution?CostAttributionFactsAttribution facts behind the CostReport breakdowns; see JournalEntry.packages/core/dist/index.d.ts
error?WireError-packages/core/dist/index.d.ts
escalation?unknownTerminal escalated entries: the validated EscalationReport.packages/core/dist/index.d.ts
evidence?{ met: boolean; minEntries: number; recordedEntries: number; }Terminal agent entries: the evidence verdict; see JournalEntry.packages/core/dist/index.d.ts
evidence.metboolean-packages/core/dist/index.d.ts
evidence.minEntriesnumber-packages/core/dist/index.d.ts
evidence.recordedEntriesnumber-packages/core/dist/index.d.ts
evidenceEntries?{ citation?: string; claim: string; }[]Terminal agent entries: recorded evidence entry content; see JournalEntry.packages/core/dist/index.d.ts
hostRejected?booleanTerminal agent entries: the host finish rejection stamp (RV3702); see JournalEntry.packages/core/dist/index.d.ts
memoizeOutcome?booleanEngine-decided terminal abort classes (the no-progress abort) stamp memoizeOutcome on the TERMINAL entry so the frozen memoize rules replay them on every resume; the running entry keeps the user's policy verbatim (M3 amendment).packages/core/dist/index.d.ts
providerCalls?ProviderCallRecord[]The per-dispatch reconciliation ledger (P1.3); see JournalEntry.packages/core/dist/index.d.ts
servedBy?`${string}:${string}`-packages/core/dist/index.d.ts
site?string-packages/core/dist/index.d.ts
status"ok" | "error" | "limit" | "cancelled" | "escalated"-packages/core/dist/index.d.ts
toolBudget?{ cap?: number; used: number; }Terminal agent entries: the durable tool-budget subset; see JournalEntry.packages/core/dist/index.d.ts
toolBudget.cap?number-packages/core/dist/index.d.ts
toolBudget.usednumber-packages/core/dist/index.d.ts
transcriptRef?string-packages/core/dist/index.d.ts
usage?Usage-packages/core/dist/index.d.ts
usageApprox?boolean-packages/core/dist/index.d.ts
usageByModel?UsageSlice[]Set only when the call spanned several serving models; see JournalEntry.packages/core/dist/index.d.ts
usageSemantics?stringThe serving adapter's usage-semantics version; see JournalEntry.packages/core/dist/index.d.ts
value?unknown-packages/core/dist/index.d.ts