mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
- Renamed package from 'headroom' to 'headroom-ai' (PyPI name conflict)
- Fixed numpy/jinja2 imports to be lazy (core install no longer crashes)
- Fixed SQLite default path (now uses temp directory)
- Fixed f-string {tool} crash in proxy server
- Updated README with correct package name and examples
- Added quickstart and troubleshooting docs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| api.md | ||
| ARCHITECTURE.md | ||
| getting-started.md | ||
| proxy.md | ||
| quickstart.md | ||
| README.md | ||
| transforms.md | ||
| troubleshooting.md | ||
Headroom Documentation
Welcome to the Headroom documentation.
Quick Links
Overview
Headroom is the Context Optimization Layer for LLM applications. It reduces your LLM costs by 50-90% through intelligent context compression.
Core Concepts
- Transforms: Stateless functions that modify message arrays to reduce tokens
- Providers: Adapters for different LLM providers (OpenAI, Anthropic, etc.)
- Pipeline: Chains multiple transforms together
- Proxy: HTTP server that applies transforms transparently
Getting Help
- GitHub Issues - Bug reports
- GitHub Discussions - Questions
- Discord - Community chat