What is Cendor?
Production plumbing for LLM applications — the unglamorous layer beneath your agent framework that controls cost, gates unsafe inputs and outputs, makes agents testable, and keeps an audit trail. Python and TypeScript. Free, open source, Apache-2.0.
What do the seven libraries do?
One problem each: pack the prompt honestly (contextkit), shrink history reversibly (squeeze), cap spend pre-flight (tokenguard), gate attacks (guardrails), record & replay runs (cassette), keep tamper-evident receipts (acttrace), and give every tool one seam (core). Use one, or all seven — under the framework you already have.
What does the SDK do?
It's the second door: start governed instead of retrofitting. Your team builds the agent on cendor-sdk and every run is budgeted, gated, audited, and replayable by construction — a working governed agent in about 10 lines, built from the same seven libraries.
How does it help my business?
It removes the four blockers between an AI demo and an AI product: unforecastable spend, injection risk, no audit evidence, untestable behavior. Your feature ships with the answers finance, security, and compliance will ask for — built in, not bolted on.