This repository is the public product repository for AgentCheaper.
agentcheaperis the installable CLI.integrations/codeatlasis the code context and retrieval engine.benchmarks/eval-centercontains public scorers, sanitized runs, and scorecards.docs/evidencecontains public claim-boundary evidence.
Prefer:
reduces paid uncached input
Do not claim:
- universal savings
- lower total token count unless measured
- quality preservation without validation
- lower latency unless measured for the specific run
- broad code-repair ability beyond current supported slices
Never commit or print:
- API keys, cookies,
.envvalues, or access files - raw Claude Code, Codex, or provider traces
- private memory stores or raw chat logs
- machine-specific absolute paths
.claude/settings.*with credentials
Public evidence should contain only sanitized metrics, hashes, summaries, fixtures, and scorer code.
- Run
cargo testafter Rust changes. - Run
python3 benchmarks/eval-center/scorers/selftest.pyafter scorer changes. - Run
npm run scorecardafter evidence changes. - Keep npm/npx install working through
npm/agentcheaper.mjs. - Keep README examples usable beyond the maintainer machine.