{ "dataclasses": { "RuntimeStatus": { "fields": { "backend": "Literal['numpy', 'mlx', 'rust', 'unknown']", "git_revision": "str", "engine_state_present": "bool", "checkpoint_revision": "str", "revision_warning": "bool", "active_session_id": "str | None", "mutation_mode": "MutationMode" } }, "TurnVerdict": { "fields": { "outcome": "Literal['cleared', 'violated', 'unassessable']", "runtime_detail": "str" } }, "ProposalRef": { "fields": { "candidate_id": "str", "source_kind": "str" } }, "ChatTurnResult": { "fields": { "prompt": "str", "surface": "str", "articulation_surface": "str | None", "walk_surface": "str | None", "grounding_source": "GroundingSource", "epistemic_state": "EpistemicStateValue", "normative_clearance": "NormativeClearanceValue", "normative_detail": "str", "trace_hash": "str | None", "refusal_emitted": "bool", "hedge_injected": "bool", "mutation_mode": "MutationMode", "identity_verdict": "TurnVerdict | None", "safety_verdict": "TurnVerdict | None", "ethics_verdict": "TurnVerdict | None", "proposal_candidates": "list[ProposalRef]", "turn_cost_ms": "int", "checkpoint_emitted": "bool", "turn_id": "int | None" } }, "TurnJournalSummarySchema": { "fields": { "turn_id": "int", "timestamp": "str", "prompt_excerpt": "str", "surface_excerpt": "str", "trace_hash": "str | None", "grounding_source": "GroundingSource", "trace_integrity": "TraceIntegrity" } }, "TurnJournalEntrySchema": { "fields": { "turn_id": "int", "timestamp": "str", "trace_hash": "str | None", "prompt": "str", "surface": "str", "articulation_surface": "str | None", "walk_surface": "str | None", "grounding_source": "GroundingSource", "epistemic_state": "EpistemicStateValue", "normative_clearance": "NormativeClearanceValue", "verdicts": "dict[str, Any]", "refusal_emitted": "bool", "hedge_injected": "bool", "proposal_candidates": "list[dict[str, Any]]", "turn_cost_ms": "int", "checkpoint_emitted": "bool", "trace_integrity": "TraceIntegrity", "journal_digest": "str" } }, "ArtifactRef": { "fields": { "artifact_id": "str", "kind": "Literal['trace', 'eval_result', 'proposal', 'contemplation_report', 'telemetry', 'engine_state_manifest', 'unknown']", "path": "str", "digest": "str | None", "created_at": "str | None" } }, "ArtifactDetail": { "fields": { "content_type": "Literal['json', 'jsonl', 'text', 'unknown']", "content": "Any" } }, "ProposalSummary": { "fields": { "proposal_id": "str", "state": "Literal['pending', 'accepted', 'rejected', 'withdrawn', 'unknown']", "source_kind": "str", "replay_equivalent": "bool | None", "created_at": "str | None", "downstream_effect": "Literal['unknown', 'none', 'observed']" } }, "ProposalDetail": { "fields": { "proposed_chain": "Any", "replay_evidence": "Any", "source": "Any", "evidence": "list[Any]", "artifact_refs": "list[ArtifactRef]", "suggested_cli": "str | None" } }, "EvalLaneSummary": { "fields": { "lane": "str", "versions": "list[str]", "read_only": "bool", "description": "str | None" } }, "EvalRunResult": { "fields": { "lane": "str", "version": "str", "split": "str", "passed": "bool | None", "metrics": "dict[str, Any]", "cases": "list[Any]", "source_digest": "str | None" } }, "DemoScenarioSummary": { "fields": { "scenario_id": "str", "title": "str", "expected_status": "str", "evidence_class": "EvidenceClass", "proposer_wrong": "bool", "what_this_proves": "str", "what_this_does_not_prove": "str" } }, "DemoSummary": { "fields": { "demo_id": "str", "title": "str", "description": "str", "evidence_class": "EvidenceClass", "scenario_count": "int", "read_only": "bool", "scenarios": "list[DemoScenarioSummary]" } }, "DemoScenarioRunResult": { "fields": { "scenario_id": "str", "status": "str", "passed": "bool", "proposer_wrong": "bool", "evidence_class": "EvidenceClass", "decision_reason": "str | None", "trace_hash": "str | None", "problems": "list[str]", "response": "Any" } }, "DemoRunResult": { "fields": { "demo_id": "str", "all_passed": "bool", "what_this_proves": "str", "what_this_does_not_prove": "str", "scenarios": "list[DemoScenarioRunResult]" } }, "TurnReplayDivergence": { "fields": { "path": "str", "original": "Any", "replay": "Any", "severity": "TurnReplayDivergenceSeverity" } }, "TurnReplayComparison": { "fields": { "turn_id": "int", "comparison_basis": "TurnReplayBasis", "origin_state": "TurnReplayOriginState", "original_trace_hash": "str | None", "replay_trace_hash": "str | None", "equivalent": "bool", "replay_turn_cost_ms": "int", "divergences": "list[TurnReplayDivergence]" } }, "MathReasoningStep": { "fields": { "step_index": "int", "step_kind": "str", "claim": "str", "justification": "str", "input_pointers": "list[str]", "output_payload": "Any" } }, "MathProposalSummary": { "fields": { "proposal_id": "str", "domain": "Literal['math']", "shape_category": "str", "proposed_change_kind": "str", "structural_commonality": "str", "evidence_count": "int", "replay_equivalence_hash": "str" } }, "MathProposalDetail": { "fields": { "wrong_zero_assertion": "str", "proposed_change_payload": "Any", "reasoning_trace_id": "str", "reasoning_trace_steps": "list[MathReasoningStep]", "evidence_hashes": "list[str]", "handler_name": "str | None", "suggested_ratify_cli": "str | None" } }, "MathRatifyResult": { "fields": { "proposal_id": "str", "change_kind": "str", "handler_name": "str", "routing_status": "Literal['routed', 'not_implemented']", "message": "str", "suggested_cli": "str | None", "applied": "bool", "target_path": "str | None", "evidence_hash": "str | None" } }, "PackSummary": { "fields": { "pack_id": "str", "source": "PackSource", "manifest_path": "str", "version": "str | None", "language": "str | None", "modality": "str | None", "determinism_class": "str | None", "checksum": "str | None", "checksums": "dict[str, str]" } }, "PackDetail": { "fields": { "manifest_digest": "str", "manifest": "dict[str, Any]" } }, "AuditEvent": { "fields": { "event_id": "str", "source": "AuditSource", "source_path": "str", "timestamp": "str | None", "event_type": "str", "mutation_boundary": "bool", "summary": "str", "ref_id": "str | None", "payload_digest": "str", "payload": "Any" } }, "RunSummary": { "fields": { "session_id": "str", "source": "RunSource", "turn_count": "int", "started_at": "str | None", "updated_at": "str | None", "checkpoint_present": "bool", "checkpoint_revision": "str | None", "artifact_refs": "list[ArtifactRef]", "evidence_gap": "str | None" } }, "RunTurnRef": { "fields": { "turn_id": "int", "trace_hash": "str | None", "timestamp": "str", "trace_path": "str", "surface_excerpt": "str", "trace_integrity": "TraceIntegrity" } }, "RunDetail": { "fields": { "turns": "list[RunTurnRef]", "manifest": "dict[str, Any] | None" } }, "VaultSummary": { "fields": { "source_path": "str", "entry_count": "int", "store_count": "int", "reproject_interval": "int", "max_entries": "int | None", "persisted": "bool" } }, "VaultEntry": { "fields": { "entry_index": "int", "epistemic_status": "str", "epistemic_state": "str", "metadata": "dict[str, Any]", "versor_digest": "str | None" } }, "CalibrationClass": { "fields": { "class_name": "str", "correct": "int", "wrong": "int", "refused": "int", "committed": "int", "reliability_floor": "float", "coverage": "float", "propose_required": "float", "propose_licensed": "bool", "serve_required": "float", "serve_licensed": "bool" } }, "ServingMetrics": { "fields": { "lane": "str", "correct": "int", "refused": "int", "wrong": "int", "sample_count": "int", "source_path": "str", "source_digest": "str" } } } }