Drop-in context-compression proxy for AI coding agents. Cuts token usage in multi-turn agent sessions by 40–60% with zero code changes.
# Point your agent at the proxy
export ANTHROPIC_BASE_URL=http://localhost:8642
# Start the stack
docker compose up --build -dSee CLAUDE.md for full command reference, critical rules, and architecture summary.
See docs/ for architecture, goals, code standards, and test strategy.