Skip to content

monad.ai


monad.ai / recordDecision

Function: recordDecision()

recordDecision(entry): void

Defined in: kernel/decisionLog.ts:37

Stores a decision snapshot until the bridge knows the outcome.

This is intentionally in-memory and best-effort. Durable output happens only after correlateOutcome, when success/failure and latency are known.

Parameters

entry

Omit<DecisionEntry, "outcome" | "latencyMs" | "reward">

Returns

void