Introduction
Rezos is an AI operations platform that wraps any LLM with a cryptographic verification layer. Every file operation an agent claims to perform is validated against the actual filesystem before being accepted.
Quick start
Install and run your first verified session in under 2 minutes.
Strict Write Discipline
Understand the verification protocol at the heart of Rezos.
Multi-provider routing
Route between Claude, OpenAI, and DeepSeek with circuit breakers.
CLI Reference
Every command, flag, and option documented.
What is Rezos?
Modern AI coding assistants are powerful but operate on trust. When a model says “I've updated your file,” you typically have no way to verify that claim short of manually checking the diff. This creates invisible risk — phantom edits that look complete in the conversation but never actually happened, or worse, edits that happened but not as described.
Rezos eliminates this by wrapping every LLM call with Strict Write Discipline (SWD) — a protocol that takes SHA-256 snapshots before and after every file operation, compares the claimed changes against actual disk state, and only seals a tamper-evident receipt when reality matches the claim.
If a mismatch is detected, Rezos gives the model up to 2 correction turns to reconcile the difference before yielding control back to the human.