Capture one answer shell.
Store application, environment, question/answer text or hashes, model-run commitment, policy flags, actor/session hashes, idempotency key, and status.
Why rawctx
When an AI answer is challenged, show the evidence trail.
rawctx is built for the moment after an agent answers: what did it say, which reviewed evidence did it use, which model run produced it, which source evidence supported it, and what changed afterward?
Answer evidence first
Catalogs, vector databases, and LLMOps tools each own part of the stack. rawctx owns the audit record that ties the final answer back to the reviewed evidence, model-run commitment, and later correction history.
Store application, environment, question/answer text or hashes, model-run commitment, policy flags, actor/session hashes, idempotency key, and status.
Attach source_refs for documents, registered audio/video evidence, answer segments, and purpose-bound media retrieval events.
Link model provider metadata, config hashes, OpenTelemetry trace ids, conversation/message ids, and submitted trace bundles without replacing the agent runtime.
Expose correction, void, redaction, Merkle proof, KMS-signed STH, OpenTimestamps, Rekor witness receipt, and explicit proof status.
What rawctx adds
The answer record stays reviewable even when text storage is hash-only, media downloads expire, or a correction arrives later.
Each completed answer gets an append-only audit shell with evidence refs, inference commitment, source refs, policy flags, and lifecycle events.
rawctx.log_answer(...)Provider-attested or weight-verified model refs, input/output hashes, and config hashes are bound to the same answer hash.
rawctx.build_inference_commitment(...)Audio and video evidence are registered in a private vault, cited by source_ref, and retrieved through purpose-bound short-lived URLs.
rawctx.register_media_evidence_asset(...)OTel GenAI bundles, external trace ids, model run ids, answer segments, and source refs become searchable evidence instead of scattered debugging artifacts.
rawctx.ingest_otel_trace_bundle(...)Auditors can distinguish ANCHORED records from pending or local-only evidence candidates before making claims.
rawctx trust proof answer <id>Adjacent tools
It gives them an evidence spine. Your catalog keeps metadata, your runtime executes business logic, your LLMOps stack observes model behavior, and rawctx binds the answer users saw to the model run and proof trail auditors need.
Pilot shape
Start with one customer-facing AI workflow, one approved evidence source, and one model call path. The goal is to prove that your team can answer: what did the AI say, why, from which model run and evidence, and what changed afterward?