7 projects
cendor
The Cendor stack — installs the full suite of composable AI-engineering primitives.
cendor-tokenguard
Budget: pre-flight cost caps, spend attribution, and circuit-breakers for LLM calls.
cendor-acttrace
Audit: a tamper-evident, hash-chained, auto-populated record of every AI decision — verifiable offline. Evidence, not a compliance guarantee.
cendor-cassette
Test: record an agent run once, replay it forever — deterministic, offline, free. The vcrpy of the agent era.
cendor-contextkit
Assemble: declare prioritized, pinnable context blocks; pack them to a token budget with an inspectable receipt.
cendor-squeeze
Compress: shrink verbose context (JSON/logs/prose) 60-90% — reversibly. compress() returns a handle; expand() restores the original.
cendor-core
Foundation for the Cendor stack: shared types, token counting, offline-first & refreshable prices, instrument(), event bus, OTel.