Entroly is a local context control plane. It can reduce what you send, preserve more useful context under a budget, and surface verification signals. It does not make provider calls free, guarantee perfect answers, or override provider terms.
docs/provider-compliance.md is an
engineering checklist, not legal advice.Use local commands first:
entroly simulate --budget 4096
entroly perf --budget 4096 --json
entroly verify-claims
These commands do not call an LLM. They estimate local context reduction and optimizer latency. They are not a bill guarantee because they exclude output tokens, provider cache hit rates, retries, tool-use overhead, and model-specific pricing changes.
For live traffic, inspect response headers such as:
X-Entroly-ActionX-Entroly-OutcomeX-Entroly-Transform-CompliantX-Entroly-Tokens-Saved-PctX-Entroly-Cache-Hit-RateProvider invoices and provider usage metadata remain the billing source of truth.
Session rescue runs only for traffic routed through entroly proxy. It does
not edit a host application’s stored transcript, terminate the host’s loop, or
recover a session that never sends another request through Entroly.
The guard preserves ordinary user messages and recent turns. If old recoverable
tool output is insufficient to bring a request under the safety watermark, the
proxy returns an actionable 413 rather than silently deleting user evidence
or forwarding a likely provider rejection.
Recovery is local, not magic: the session-rescue JSON store contains the full original tool output in plaintext. Losing or deleting that store removes Entroly’s recovery path. Protect it with filesystem permissions, source-control exclusions, retention policy, and backups appropriate for the underlying data.
Live-zone layout and exact context matching improve prefix stability but do not guarantee provider cache hits or savings. Provider thresholds, TTL, pricing, routing, and account behavior remain authoritative. See runaway-session rescue and prompt-cache safety.
Image optimization is opt-in. The default behavior is to preserve image bytes and only report estimates/recommendations. When enabled, Entroly gates any image rewrite on estimated token savings and a quality floor.
References for current formulas and token-count behavior:
Context Receipts are an audit trail for local context selection. They improve
inspectability, but they do not prove that the selected context is complete or
that an answer is legally, financially, medically, or operationally correct.
Each receipt includes a deterministic risk_summary so these boundaries are
visible in the artifact instead of hidden in marketing copy.
as defined in, subject to, pursuant to, see
section, exhibits, schedules, addenda, and clauses. It can miss implicit
dependencies, unusual drafting styles, scanned/OCR errors, tables, footnotes,
and jurisdiction-specific language.selection_certificate proves feasibility and, for bounded frontiers,
optimality only for Entroly’s declared internal retrieval-score objective.
It does not prove evidence recall, answer correctness, or model utilization.
Larger frontiers carry a conservative relaxed regret bound rather than an
exact-optimality claim.risk_summary.coverage_score and review_level are local heuristics derived
from chunk coverage, token coverage, unresolved dependencies, and omitted
relevant chunks. They are triage signals, not correctness probabilities.Before production use:
entroly doctor --privacy.