Expand description
Bounded runtime evidence and gradient-audit protocol.
Transport/import layer for target-side probe emissions. Schema:
candle-graph/runtime/1. No Candle dependency.
Structs§
- Expected
Identity - Expected analysis/build identity supplied by an importer when correlating a trace.
- Gradient
Conflict - Conflict among gradient facts for one parameter identity.
- Gradient
Fact - Per-parameter gradient fact keyed by builder root + parameter key.
- Identity
Mismatch - Mismatch between trace metadata and an importer-supplied expected identity.
- Operation
Observation - One operation observation emitted by the probe.
- Param
Identity - Builder-root + parameter-key identity for gradient facts.
- RunMetadata
- Build / process metadata for a single probe run.
- Runtime
Audit - Compact audit summary over a normalized trace.
- Runtime
Trace - Full runtime trace document (
candle-graph/runtime/1or/2). - Runtime
Trace Writer - Streaming JSONL emitter for instrumented CPU or synthetic rollouts.
- Tensor
Conflict - Conflict among repeated tensor observations for one static id.
- Tensor
Observation - One tensor snapshot emitted by the probe.
- Value
Observation - Forward value-range observation for numeric-domain runtime audits.
Enums§
- Gradient
State - Observed gradient presence / quality for one parameter.
- Identity
Field - Which optional identity field disagreed.
- Observation
Confidence - Confidence for a refined runtime observation.
- Runtime
Event - JSONL / streaming event records that assemble into a
RuntimeTrace. - Tensor
Conflict Kind - Which tensor attribute disagreed across observations sharing a
static_id.
Constants§
Functions§
- parse
- Auto-detect a single JSON object versus JSONL event records.
- parse_
json - Parse a single JSON document into a validated, normalized trace.
- parse_
jsonl - Parse JSONL event records into a validated, normalized trace.