What problem does it solve?
It prevents agentic AI from acting on hallucinated or unsafe information by enforcing policy routing driven by calibrated multi-oracle uncertainty and a PreToolUse safety hook.
Core Features & Use Cases
- Multi-Oracle Consensus for Verification: Uses a 5-stage cascade (fast gate, consensus gate, verifier gate, critique/revision, self-consistency) to decide whether to accept, abstain, or escalate answers for document analysis, legal citation verification, and security research.
- Policy-as-Code Agent Control + Audit Ledger: Routes autonomous tool execution through a policy gate and records auditable decisions for compliance and observability.
- PreToolUse Safety Substrate for Claude Code: Intercepts tool calls and applies deterministic risk classification plus intent-drift detection and Lyapunov V(t) session stability tracking.
- Live Telemetry for Safety Decisions: Exposes session status (V(t), entropy, dissensus, drift, convergence, and stability guarantee) to support human review and operational monitoring.
Quick Start
Ask your agent to verify a Norwegian legal citation by calling remora_verify_legal_citations, or run remora_session_status to review Lyapunov stability before executing risky tools.