Metadata-Version: 2.4
Name: caprock
Version: 0.0.1
Summary: Cut AWS Bedrock LLM spend from Claude Code — compression + prompt caching, in your terminal. (Early access.)
Author: Cybrix LLC
License: Apache-2.0
Project-URL: Homepage, https://caprock.dev
Keywords: aws,bedrock,claude,llm,cost,compression,prompt-caching,headroom
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# caprock

Cut your **AWS Bedrock** LLM spend from **Claude Code** — context compression +
prompt caching, on your machine, with your own credentials. Nothing leaves your
machine.

> **Early access.** This release reserves the name; the full local CLI
> (`caprock start`, `caprock wrap claude`, `caprock stats`) is rolling out now.

```bash
pip install caprock   # or: uvx caprock
caprock               # prints status + where to get started
```

Built on the open-source [Headroom](https://github.com/headroomlabs-ai/headroom)
project (Apache 2.0), with the fixes that make caching and compression actually
work on AWS Bedrock.

**More:** https://caprock.dev
