mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
🤖 I have created a release *beep* *boop* --- ## [0.36.0](https://github.com/headroomlabs-ai/headroom/compare/v0.35.0...v0.36.0) (2026-08-20) ### Features * add deterministic runtime rollout controls ([#1490](https://github.com/headroomlabs-ai/headroom/issues/1490)) ([3077ac8](3077ac81e8)) * **proxy:** let extensions report cost savings and their own latency ([#3051](https://github.com/headroomlabs-ai/headroom/issues/3051)) ([f9807fd](f9807fd69e)) * **proxy:** unify savings attribution across stats, perf, metrics, and dashboard ([1b0b0b8](1b0b0b89a4)), closes [#2976](https://github.com/headroomlabs-ai/headroom/issues/2976) * **wrap/claude:** make the --1m fallback model configurable via HEADROOM_1M_MODEL ([#2983](https://github.com/headroomlabs-ai/headroom/issues/2983)) ([2a84725](2a8472525d)) ### Bug Fixes * **anthropic:** honor the [1m] 1M-context tier, and price it correctly ([#3073](https://github.com/headroomlabs-ai/headroom/issues/3073)) ([6d2254d](6d2254dfb5)) * **ccr:** make --no-ccr disable server-side response handling too ([#3101](https://github.com/headroomlabs-ai/headroom/issues/3101)) ([131b119](131b119c05)), closes [#3082](https://github.com/headroomlabs-ai/headroom/issues/3082) * **ccr:** make StreamingCCRHandler work on OpenAI streams ([#3069](https://github.com/headroomlabs-ai/headroom/issues/3069)) ([7ef736f](7ef736fb1a)) * **ccr:** only buffer a stream when a marker is actually redeemable ([#3092](https://github.com/headroomlabs-ai/headroom/issues/3092)) ([c502087](c502087db7)) * **ccr:** re-inject headroom_retrieve when history references it on the sessionless path ([942af56](942af56f11)) * **ccr:** relay a successful upstream turn when post-processing fails ([#3094](https://github.com/headroomlabs-ai/headroom/issues/3094)) ([0ec73fa](0ec73faa28)) * **ccr:** send Accept: application/json on a buffered stream:false turn ([#3102](https://github.com/headroomlabs-ai/headroom/issues/3102)) ([139c7cb](139c7cbdde)), closes [#3078](https://github.com/headroomlabs-ai/headroom/issues/3078) * **ccr:** verify a scanned marker's hash before advertising it ([#2908](https://github.com/headroomlabs-ai/headroom/issues/2908)) ([41dab2d](41dab2d099)) * **ci:** prevent native detector from hanging test shards ([#2996](https://github.com/headroomlabs-ai/headroom/issues/2996)) ([a708c05](a708c0571e)) * **ci:** scope the release credential and stop persisting it to disk ([#3062](https://github.com/headroomlabs-ai/headroom/issues/3062)) ([ac8646a](ac8646aa3c)) * **ci:** unjam release and Docker publishing ([#2958](https://github.com/headroomlabs-ai/headroom/issues/2958)) ([e269afb](e269afb935)) * **claude:** reject conflicting auth before proxy startup ([#2993](https://github.com/headroomlabs-ai/headroom/issues/2993)) ([2d88e31](2d88e31a40)) * **cli/install:** resolve the deployment profile instead of dead-ending on default ([#2832](https://github.com/headroomlabs-ai/headroom/issues/2832)) ([8252619](82526191a1)) * **cli:** stop the macOS malloc re-exec replacing an embedder's process ([#3064](https://github.com/headroomlabs-ai/headroom/issues/3064)) ([96c25f5](96c25f5181)) * **copilot:** route VS Code inline completions to Copilot, not OpenAI ([#3077](https://github.com/headroomlabs-ai/headroom/issues/3077)) ([204e751](204e751d2f)) * **copilot:** send VS Code inline completions to the host that serves them ([#3112](https://github.com/headroomlabs-ai/headroom/issues/3112)) ([b77d612](b77d612913)) * **deps:** bump datasets past PYSEC-2026-3716 ([#3136](https://github.com/headroomlabs-ai/headroom/issues/3136)) ([df6ff6b](df6ff6bd5b)) * **deps:** clear the two Rust advisories and make cargo audit blocking ([#3121](https://github.com/headroomlabs-ai/headroom/issues/3121)) ([93c474e](93c474e84b)) * **deps:** raise the GitPython floor to 3.1.58 to clear 9 open advisories ([#3120](https://github.com/headroomlabs-ai/headroom/issues/3120)) ([8156d4d](8156d4dc3a)) * **docker:** publish compose ports on loopback only ([#3061](https://github.com/headroomlabs-ai/headroom/issues/3061)) ([481e0b8](481e0b83d5)) * **docker:** ship Bedrock auth and current registry ([#2982](https://github.com/headroomlabs-ai/headroom/issues/2982)) ([eafdf11](eafdf11a2c)) * **doctor:** surface that Claude Desktop agent sessions bypass the proxy ([#2987](https://github.com/headroomlabs-ai/headroom/issues/2987)) ([be5b26d](be5b26d807)) * **install:** consolidate Windows fallback and cleanup safety ([#2980](https://github.com/headroomlabs-ai/headroom/issues/2980)) ([ddd2a25](ddd2a259ec)) * **install:** honor HEADROOM_PORT in install apply and deploy ([#3085](https://github.com/headroomlabs-ai/headroom/issues/3085)) ([58f28dc](58f28dc7a6)) * **install:** stop the PowerShell installer leaking temp dirs into the real user PATH ([#2985](https://github.com/headroomlabs-ai/headroom/issues/2985)) ([ddd9f76](ddd9f76729)) * **learn:** include stdout in CLI failure messages, not just stderr ([#3080](https://github.com/headroomlabs-ai/headroom/issues/3080)) ([c5563d3](c5563d3a7d)) * **mcp:** restore SDK v1 compatibility cap ([#2978](https://github.com/headroomlabs-ai/headroom/issues/2978)) ([6077e5a](6077e5a149)) * **memory:** sanitize entity_refs to prevent dict-shaped entries crashing search ([#2951](https://github.com/headroomlabs-ai/headroom/issues/2951)) ([2d1e96b](2d1e96b85c)) * **onnx:** enforce Rust API-24 runtime compatibility ([#2979](https://github.com/headroomlabs-ai/headroom/issues/2979)) ([a3fe5cb](a3fe5cb65b)) * **openclaw-plugin:** circuit breaker + per-request timeout for proxy resilience ([#639](https://github.com/headroomlabs-ai/headroom/issues/639)) ([6576ef6](6576ef639c)) * **opencode:** send x-headroom-project header on all proxied requests ([#2868](https://github.com/headroomlabs-ai/headroom/issues/2868)) ([eeb038b](eeb038bc0c)) * **policy:** price net-cost mutations with the 1h cache-write tier ([#2780](https://github.com/headroomlabs-ai/headroom/issues/2780)) ([ef7e07e](ef7e07e0f5)) * **providers:** don't crash on a non-object HEADROOM_MODEL_LIMITS / models.json ([#3089](https://github.com/headroomlabs-ai/headroom/issues/3089)) ([3ed8f76](3ed8f76019)) * **proxy/anthropic:** don't buffer a CCR stream when passthrough discards the stream flip ([#2953](https://github.com/headroomlabs-ai/headroom/issues/2953)) ([f1c34d3](f1c34d336c)) * **proxy/anthropic:** don't replay recorded prefix over live history ([#3026](https://github.com/headroomlabs-ai/headroom/issues/3026)) ([#3052](https://github.com/headroomlabs-ai/headroom/issues/3052)) ([c16be9b](c16be9bbbe)) * **proxy/anthropic:** repair headroom_retrieve history references the tools array cannot support ([#2876](https://github.com/headroomlabs-ai/headroom/issues/2876)) ([7de3573](7de35739c6)) * **proxy/anthropic:** stop answering a non-streaming turn with an event stream ([#3142](https://github.com/headroomlabs-ai/headroom/issues/3142)) ([0e26fb8](0e26fb80de)) * **proxy/cache:** strip cache_control from messages in the semantic cache key ([#3086](https://github.com/headroomlabs-ai/headroom/issues/3086)) ([2cae0f8](2cae0f8eaf)) * **proxy/gemini:** guard CCR continuation usage against present-null counts ([#3035](https://github.com/headroomlabs-ai/headroom/issues/3035)) ([a01897c](a01897c791)) * **proxy/openai:** propagate provider usage on the Responses WS->HTTP fallback ([#2988](https://github.com/headroomlabs-ai/headroom/issues/2988)) ([536c949](536c949a69)) * **proxy:** adapt 200 SSE upstream replies on buffered /v1/responses instead of 502 ([#2622](https://github.com/headroomlabs-ai/headroom/issues/2622)) ([d76fce0](d76fce04a3)) * **proxy:** align signed-thinking wire accounting ([#3015](https://github.com/headroomlabs-ai/headroom/issues/3015)) ([b3f4436](b3f443636d)) * **proxy:** complete stateless Responses and buffered CCR lifecycle ([#2997](https://github.com/headroomlabs-ai/headroom/issues/2997)) ([8a1d38b](8a1d38bc5d)) * **proxy:** guard feedback endpoints and add CSRF checks to loopback writes ([#3060](https://github.com/headroomlabs-ai/headroom/issues/3060)) ([a6ab359](a6ab359a5d)) * **proxy:** keep prefixed core tools resident ([#3046](https://github.com/headroomlabs-ai/headroom/issues/3046)) ([2f4d001](2f4d001c9f)) * **proxy:** preserve Codex WebSocket model attribution ([#3029](https://github.com/headroomlabs-ai/headroom/issues/3029)) ([a06a51e](a06a51eca6)) * **proxy:** relocate stray system-role messages to the top-level system param ([#765](https://github.com/headroomlabs-ai/headroom/issues/765)) ([#1357](https://github.com/headroomlabs-ai/headroom/issues/1357)) ([9fde127](9fde127534)) * **proxy:** restore the buffered-CCR heartbeat behind a grace window ([#3091](https://github.com/headroomlabs-ai/headroom/issues/3091)) ([a29d201](a29d2015e5)) * **proxy:** scope the signed-thinking lock to blocks that actually changed ([#3124](https://github.com/headroomlabs-ai/headroom/issues/3124)) ([17522fb](17522fb0a1)) * **proxy:** stop a lone surrogate turning a thinking body into a 500 ([#3134](https://github.com/headroomlabs-ai/headroom/issues/3134)) ([284ff31](284ff31947)) * **proxy:** stop cached responses replaying the producing turn's wire framing ([#3024](https://github.com/headroomlabs-ai/headroom/issues/3024)) ([9d37059](9d370592b0)) * **proxy:** stop operator secrets following a client-chosen upstream ([#3122](https://github.com/headroomlabs-ai/headroom/issues/3122)) ([05f5ef4](05f5ef47cb)) * **proxy:** tune macOS libmalloc and trim allocator pages so long-lived RSS stays bounded ([#2879](https://github.com/headroomlabs-ai/headroom/issues/2879)) ([6d87825](6d87825f62)) * **reporting:** show net vs gross savings, real skip thresholds, and the effective profile ([#3123](https://github.com/headroomlabs-ai/headroom/issues/3123)) ([250ede2](250ede2f7f)) * tool_search_tool_regex deferred and falsely resolved on direct-Anthropic path ([#2971](https://github.com/headroomlabs-ai/headroom/issues/2971)) ([8ea87e7](8ea87e7804)) * **vscode:** persist compatible Claude modes and route Copilot CAPI ([#2986](https://github.com/headroomlabs-ai/headroom/issues/2986)) ([1aa701a](1aa701adaa)) * **wrap:** set xAI upstream for grok-build proxy ([#2772](https://github.com/headroomlabs-ai/headroom/issues/2772)) ([c831081](c8310819a4)) * **wrap:** stop the Serena pre-index stalling the launch path for 300s ([#2945](https://github.com/headroomlabs-ai/headroom/issues/2945)) ([6147883](6147883d5e)) * **wrap:** verify proxy deps before mutating Codex config ([#1628](https://github.com/headroomlabs-ai/headroom/issues/1628)) ([b7f342c](b7f342c153)) ### Performance Improvements * **perf:** skip rotated logs outside the requested window ([#3081](https://github.com/headroomlabs-ai/headroom/issues/3081)) ([6c9f41e](6c9f41e08c)) ### Dependencies * bump axum from 0.7.9 to 0.8.9 ([#2966](https://github.com/headroomlabs-ai/headroom/issues/2966)) ([5731be7](5731be7e68)) * bump criterion from 0.5.1 to 0.8.2 ([#2965](https://github.com/headroomlabs-ai/headroom/issues/2965)) ([b30f339](b30f339d69)) * bump ruff from 0.15.22 to 0.16.2 in the pip-minor-patch group across 1 directory ([#2962](https://github.com/headroomlabs-ai/headroom/issues/2962)) ([ff17961](ff17961cd7)) * bump sha2 from 0.10.9 to 0.11.0 ([#2288](https://github.com/headroomlabs-ai/headroom/issues/2288)) ([322425c](322425c43b)) * bump the cargo-minor-patch group across 1 directory with 4 updates ([#2964](https://github.com/headroomlabs-ai/headroom/issues/2964)) ([888a9f4](888a9f4e14)) * bump tokio-tungstenite from 0.24.0 to 0.30.0 ([#2967](https://github.com/headroomlabs-ai/headroom/issues/2967)) ([bbe9013](bbe901319d)) * update mcp requirement from <2.0.0,>=1.28.1 to >=1.28.1,<3.0.0 ([#2963](https://github.com/headroomlabs-ai/headroom/issues/2963)) ([d6fb536](d6fb5365f6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
526 lines
20 KiB
TOML
526 lines
20 KiB
TOML
[build-system]
|
||
requires = ["maturin>=1.5,<2.0"]
|
||
build-backend = "maturin"
|
||
|
||
[project]
|
||
name = "headroom-ai"
|
||
version = "0.36.0"
|
||
description = "The Context Optimization Layer for LLM Applications - Cut costs by 50-90%"
|
||
readme = "README.md"
|
||
license = "Apache-2.0"
|
||
requires-python = ">=3.10"
|
||
authors = [
|
||
{ name = "Headroom Contributors" }
|
||
]
|
||
maintainers = [
|
||
{ name = "Headroom Contributors" }
|
||
]
|
||
keywords = [
|
||
"llm",
|
||
"openai",
|
||
"anthropic",
|
||
"claude",
|
||
"gpt",
|
||
"context",
|
||
"token",
|
||
"optimization",
|
||
"compression",
|
||
"caching",
|
||
"proxy",
|
||
"ai",
|
||
"machine-learning",
|
||
]
|
||
classifiers = [
|
||
"Development Status :: 4 - Beta",
|
||
"Intended Audience :: Developers",
|
||
"License :: OSI Approved :: Apache Software License",
|
||
"Operating System :: OS Independent",
|
||
"Programming Language :: Python :: 3",
|
||
"Programming Language :: Python :: 3.10",
|
||
"Programming Language :: Python :: 3.11",
|
||
"Programming Language :: Python :: 3.12",
|
||
"Programming Language :: Python :: 3.13",
|
||
"Programming Language :: Python :: 3.14",
|
||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||
"Typing :: Typed",
|
||
]
|
||
dependencies = [
|
||
# Core: lightweight compression (SmartCrusher, ContentRouter, CCR, TOIN)
|
||
"tiktoken>=0.5.0", # Tokenizer for all compressors
|
||
"pydantic>=2.0.0", # Config and data models
|
||
# litellm's own metadata pins requires-python <3.14, and headroom only uses it for
|
||
# model registry / pricing / non-core providers — all lazily imported and
|
||
# ImportError-guarded. Marking it 3.14-optional lets headroom install on Python 3.14
|
||
# (core compression + the Anthropic proxy path never import litellm). See GH #956.
|
||
"litellm>=1.86.2,<2.0; python_version < '3.14'", # model registry, pricing, providers (lazy)
|
||
"click>=8.3.3", # CLI framework; PYSEC-2026-2132 fix (command injection in click.edit())
|
||
"rich>=13.0.0", # Rich terminal output
|
||
"opentelemetry-api>=1.24.0", # Safe no-op OTEL API for instrumentation
|
||
# AST-aware code slicing (CodeCompressor); binary wheel. 0.44.1 is excluded:
|
||
# that PyPI release was a compromised supply-chain build shipping an
|
||
# info-stealer `sg.exe` (Trojan:Win64/Lazy!MTB) alongside the real binary
|
||
# (GH #2332). The `!=` keeps every other release installable, including a
|
||
# future patched one.
|
||
"ast-grep-cli>=0.30.0,!=0.44.1",
|
||
"pyyaml>=6.0", # omp wrap: parse/merge omp's models.yml registry
|
||
"tomli>=2.0.0; python_version < '3.11'", # tomllib backport for helper scripts
|
||
"tomlkit>=0.13.0,<1.0", # Loss-minimizing Codex config recovery
|
||
]
|
||
|
||
[project.optional-dependencies]
|
||
# Proxy server (most common install: pip install headroom-ai[proxy])
|
||
proxy = [
|
||
"fastapi>=0.100.0",
|
||
"uvicorn>=0.23.0,<1.0",
|
||
# LiteLLM provider backends (e.g. openrouter) expect orjson at runtime but
|
||
# litellm only declares it under its own [proxy] extra (GH #2056).
|
||
"orjson>=3.9.14; platform_python_implementation != 'PyPy'",
|
||
"httpx[http2]>=0.24.0",
|
||
"openai>=2.14.0", # OpenAI API format support
|
||
# The server still uses the v1 low-level Server decorator API. Keep this
|
||
# cap until the SDK 2.x port lands (GH #2658 / regression GH #2977).
|
||
"mcp>=1.28.1,<2.0.0", # MCP server (headroom_compress, retrieve, stats)
|
||
"magika>=0.6.0", # ML content detection for ContentRouter
|
||
"zstandard>=0.20.0", # Decompress zstd request bodies (Codex, etc.)
|
||
"websockets>=13.0", # WebSocket proxy for /v1/responses (Codex gpt-5.4+)
|
||
# Rust fastembed enables ORT C API 24. ORT <1.24 deadlocks instead of
|
||
# returning an initialization error; 1.24+ no longer ships Python 3.10
|
||
# wheels, so 3.10 keeps Python-only ORT and bypasses native detection.
|
||
"onnxruntime>=1.24.0; python_version>='3.11'",
|
||
"onnxruntime>=1.16.0,<1.24.0; python_version<'3.11'",
|
||
"transformers>=5.5.0,<6.0", # Tokenizer only (for Kompress)
|
||
"watchdog>=4.0.0", # File watcher for live code graph reindexing (--code-graph)
|
||
"sqlite-vec>=0.1.6", # Vector index for memory (--memory). Lightweight, no torch.
|
||
]
|
||
# Production ASGI/WSGI server — Unix-only (gunicorn does not support Windows).
|
||
# Kept separate from [proxy] so that dev, CI, and Windows users are not forced
|
||
# to install a non-functional package. Production deployments should use:
|
||
# pip install headroom-ai[proxy,proxy-prod]
|
||
proxy-prod = [
|
||
"headroom-ai[proxy]",
|
||
"gunicorn>=21.0.0; sys_platform != 'win32'",
|
||
]
|
||
# AST-based code compression (tree-sitter)
|
||
# tree-sitter-language-pack >=1.0 removed the bundled tree-sitter package and
|
||
# switched to an incompatible internal node API (.kind vs .type, callable
|
||
# root_node, etc.). Pin to <1.0.0 so that tree-sitter>=0.25.2 is pulled in
|
||
# as a transitive dependency and the existing code_compressor.py node-walk
|
||
# logic continues to work. See issue #1216.
|
||
code = [
|
||
"tree-sitter-language-pack>=0.10.0,<1.0",
|
||
"tree-sitter>=0.25.2,<0.27",
|
||
]
|
||
# ML-based compression with Kompress (ModernBERT).
|
||
# (The legacy [llmlingua] extra was removed in 0.9.x — no live code path used it.
|
||
# Use [ml] for the supported ML compression dependencies.)
|
||
ml = [
|
||
# PyTorch does not publish wheels for macOS 15 x86_64 at this floor, which
|
||
# makes `headroom-ai[all]` unsatisfiable on Intel Macs (#1931).
|
||
"torch>=2.12.1; sys_platform != 'darwin' or platform_machine != 'x86_64'",
|
||
"transformers>=5.5.0,<6.0",
|
||
# transformers >= 5.x requires huggingface-hub >= 1.5.0,<2.0; pinning
|
||
# the floor here prevents Kompress from silently falling back to
|
||
# "unavailable" when a sibling install (e.g. `pip install
|
||
# strands-agents`) drags huggingface-hub backwards.
|
||
"huggingface-hub>=1.5.0,<2.0",
|
||
]
|
||
# Memory system (hierarchical memory with vector search).
|
||
# Uses the pure-Python sqlite-vec backend by default (VectorBackend.AUTO ->
|
||
# SQLITE_VEC), so no C++ toolchain is required. The optional HNSW backend lives
|
||
# in the [vector] extra below; installing it here would make `[all]` (which pulls
|
||
# [memory]) fail on any machine without a compiler — see #1368.
|
||
memory = [
|
||
"sqlite-vec>=0.1.6",
|
||
"sentence-transformers>=2.2.0,<6.0; sys_platform != 'darwin' or platform_machine != 'x86_64'",
|
||
]
|
||
# Optional HNSW vector backend. Needs a C++ toolchain to build hnswlib, so it is
|
||
# kept out of [memory] and [all]; opt in with `pip install headroom-ai[vector]`
|
||
# and select it via MemoryConfig(vector_backend=VectorBackend.HNSW). The default
|
||
# sqlite-vec backend needs no compiler.
|
||
vector = [
|
||
"hnswlib>=0.8.0",
|
||
]
|
||
# Qdrant + Neo4j memory backend helpers
|
||
memory-stack = [
|
||
"mem0ai>=2.0.0,<3.0",
|
||
"qdrant-client>=1.9.0,<2.0",
|
||
"neo4j>=5.20.0,<7.0",
|
||
]
|
||
# Apple-Silicon GPU (MPS) offload for the memory embedder. Opt in at runtime with
|
||
# HEADROOM_EMBEDDER_RUNTIME=pytorch_mps. macOS-only; intentionally excluded from [all].
|
||
pytorch-mps = [
|
||
"torch>=2.12.1; sys_platform == 'darwin'",
|
||
"sentence-transformers>=2.2.0; sys_platform == 'darwin'",
|
||
]
|
||
# Semantic relevance scoring with embeddings.
|
||
# Uses `fastembed` (BAAI/bge-small-en-v1.5 by default — 33M params,
|
||
# 384 dims, ~30 MB int8-quantized ONNX). Same library + model used by
|
||
# the Rust SmartCrusher (`fastembed` crate), giving byte-equal embeddings
|
||
# across the language boundary. Replaced sentence-transformers in
|
||
# Stage 3c.1 — fastembed is faster (~2-3x), smaller (no torch
|
||
# dependency), and outranks all-MiniLM-L6-v2 on MTEB by ~6 points.
|
||
relevance = [
|
||
"fastembed>=0.4.0",
|
||
"numpy>=1.24.0",
|
||
]
|
||
# Image compression (ML-based routing + OCR)
|
||
#
|
||
# OCR backend uses ONNX Runtime regardless of Python version. The
|
||
# rapidocr ecosystem split into two flavors after 1.4.x:
|
||
# * rapidocr-onnxruntime 1.4.x — bundled-ORT package, capped at
|
||
# Python <3.13 by its requires-python metadata. Drop-in for our
|
||
# existing v1 tuple-shaped API call.
|
||
# * rapidocr 3.x — engine-agnostic core, supports Python 3.13+.
|
||
# Returns a RapidOCROutput dataclass (txts, scores, boxes, ...).
|
||
# Needs `onnxruntime` installed separately to use the ORT backend.
|
||
#
|
||
# `headroom/image/compressor.py` adapts both API shapes at runtime via
|
||
# a try/except cascade. See issue #372 for context.
|
||
image = [
|
||
"pillow>=12.3.0", # PYSEC-2026-2253/2254/2255/2256/2257 fixes (decompression-bomb + cmd-injection)
|
||
"sentencepiece>=0.1.99", # Required by SigLIP tokenizer (SiglipTokenizer)
|
||
# Python 3.6–3.12: keep the proven ORT-bundled package directly.
|
||
# ~15 MB ONNX models auto-downloaded on first use.
|
||
"rapidocr-onnxruntime>=1.4.0,<2; python_version<'3.13'",
|
||
# Python 3.13+: rapidocr-onnxruntime is unavailable (its wheels
|
||
# declare requires-python<3.13). Use the successor `rapidocr` 3.x
|
||
# core + `onnxruntime` engine; same ORT backend, just split into
|
||
# two packages. Total install size and inference speed unchanged.
|
||
"rapidocr>=3.0,<4; python_version>='3.13'",
|
||
"onnxruntime>=1.7,<2; python_version>='3.13'",
|
||
]
|
||
# Report generation
|
||
reports = [
|
||
"jinja2>=3.0.0",
|
||
]
|
||
# Binary spreadsheet ingestion (.xlsx / .xls -> tabular text)
|
||
spreadsheet = [
|
||
"openpyxl>=3.1.0", # .xlsx
|
||
"xlrd>=2.0.1", # legacy .xls
|
||
]
|
||
# OpenTelemetry metrics export
|
||
otel = [
|
||
"opentelemetry-sdk>=1.24.0",
|
||
"opentelemetry-exporter-otlp-proto-http>=1.24.0",
|
||
]
|
||
# any-llm multi-provider backend (requires Python 3.11+)
|
||
anyllm = [
|
||
"any-llm-sdk>=1.0.0; python_version >= '3.11'",
|
||
]
|
||
# LangChain integration
|
||
langchain = [
|
||
"langchain-core>=1.3.3,<4.0",
|
||
"langchain-openai>=1.1.14,<2.0",
|
||
]
|
||
# Agno agent framework integration
|
||
agno = [
|
||
"agno>=1.0.0",
|
||
]
|
||
# AWS Strands Agents SDK integration
|
||
strands = [
|
||
"strands-agents>=0.1.0",
|
||
]
|
||
# CrewAI agent framework integration
|
||
crewai = [
|
||
"crewai>=1.0",
|
||
]
|
||
# AutoGen agent framework integration
|
||
autogen = [
|
||
"autogen-agentchat>=0.7",
|
||
]
|
||
# MCP server for Claude Code integration
|
||
mcp = [
|
||
"mcp>=1.28.1,<2.0.0",
|
||
"httpx>=0.24.0",
|
||
"starlette>=0.27.0",
|
||
"uvicorn>=0.23.0,<1.0",
|
||
]
|
||
# Voice filler detection
|
||
voice = [
|
||
"onnxruntime>=1.24.0; python_version>='3.11'",
|
||
"onnxruntime>=1.16.0,<1.24.0; python_version<'3.11'",
|
||
"transformers>=5.5.0,<6.0",
|
||
"torch>=2.12.1; sys_platform != 'darwin' or platform_machine != 'x86_64'",
|
||
]
|
||
# Voice training (includes voice deps + training extras)
|
||
voice-train = [
|
||
"headroom-ai[voice]",
|
||
"datasets>=5.0.1",
|
||
"accelerate>=0.20.0",
|
||
]
|
||
# Evaluation framework
|
||
evals = [
|
||
"datasets>=5.0.1",
|
||
"sentence-transformers>=2.2.0,<6.0; sys_platform != 'darwin' or platform_machine != 'x86_64'",
|
||
"numpy>=1.24.0",
|
||
"scikit-learn>=1.3.0",
|
||
"anthropic>=0.18.0",
|
||
"openai>=1.0.0",
|
||
]
|
||
# AWS Bedrock backend
|
||
bedrock = [
|
||
# `aws login` (IAM Identity Provider / console-login, DPoP) requires
|
||
# boto3 >= 1.41.0 AND the AWS Common Runtime (CRT) per AWS docs
|
||
# ("Boto3 1.41.0 or later with CRT"). CRT is a separate install — pull it
|
||
# via the botocore [crt] extra (awscrt). Without it, resolving `aws login`
|
||
# credentials raises botocore's MissingDependencyException.
|
||
"boto3>=1.41.0",
|
||
"botocore[crt]>=1.41.0",
|
||
]
|
||
# HTML content extraction
|
||
html = [
|
||
"trafilatura>=1.6.0",
|
||
]
|
||
# Development dependencies
|
||
dev = [
|
||
"pytest>=7.0.0",
|
||
"pytest-cov>=4.0.0",
|
||
"pytest-asyncio>=0.21.0",
|
||
"ruff==0.16.2",
|
||
"mypy>=1.0.0",
|
||
"pre-commit>=3.0.0",
|
||
"openai>=1.0.0",
|
||
"anthropic>=0.18.0",
|
||
"litellm>=1.86.2,<2.0; python_version < '3.14'", # see core deps note (GH #956)
|
||
"fastapi>=0.100.0",
|
||
"uvicorn>=0.23.0,<1.0",
|
||
"httpx[http2]>=0.24.0",
|
||
"websockets>=13.0",
|
||
"opentelemetry-sdk>=1.24.0",
|
||
"opentelemetry-exporter-otlp-proto-http>=1.24.0",
|
||
"ollama>=0.4.0",
|
||
"langchain-ollama>=0.2.0",
|
||
"hnswlib>=0.8.0",
|
||
"sqlite-vec>=0.1.6",
|
||
"sentence-transformers>=2.2.0,<6.0",
|
||
"numpy>=1.24.0",
|
||
"openpyxl>=3.1.0", # exercises spreadsheet_ingest (.xlsx) in the test suite
|
||
"respx>=0.20.0", # HTTP mock transport for passthrough handler tests
|
||
]
|
||
# All optional dependencies (everything you need).
|
||
#
|
||
# The EleutherAI lm-evaluation-harness is intentionally not exposed as a
|
||
# project extra. Headroom invokes it as an external subprocess
|
||
# (`python -m lm_eval`), and the harness currently pulls sqlitedict
|
||
# CVE-2024-35515 with no upstream fix. Keeping it out of locked project extras
|
||
# prevents repository scanners from flagging production installs; researchers
|
||
# who need standard accuracy benchmarks can install `lm-eval[api]` in their
|
||
# benchmark environment separately.
|
||
all = [
|
||
"headroom-ai[proxy,code,ml,memory,relevance,image,reports,otel,evals,voice,html,mcp,spreadsheet]",
|
||
]
|
||
# Sandbox: a lean proxy with ALL torch-free capability — for running Headroom in
|
||
# a locked-down/low-resource sandbox and offloading heavy ML elsewhere.
|
||
#
|
||
# = [all] MINUS:
|
||
# - image (SigLIP/OCR — excluded by request)
|
||
# - ml (torch — the PyTorch Kompress backend; ONNX path in [proxy] still
|
||
# runs Kompress locally with no torch, or offload it entirely via
|
||
# HEADROOM_KOMPRESS_ENDPOINT)
|
||
# - voice (excluded by request)
|
||
# - memory + evals (both pull sentence-transformers -> torch, i.e. the very
|
||
# ML weight a sandbox avoids; evals is a dev/test harness, not a
|
||
# runtime feature). Opt back in explicitly if you accept torch:
|
||
# pip install headroom-ai[sandbox,memory]
|
||
#
|
||
# Everything kept here is torch-free: code-aware compression (tree-sitter),
|
||
# embedding relevance (fastembed), HTML/spreadsheet ingestion, reports, OTel.
|
||
sandbox = [
|
||
"headroom-ai[proxy,code,relevance,reports,otel,html,mcp,spreadsheet]",
|
||
]
|
||
|
||
[project.scripts]
|
||
headroom = "headroom.cli:main"
|
||
|
||
[project.urls]
|
||
Homepage = "https://headroom-docs.vercel.app"
|
||
Documentation = "https://headroom-docs.vercel.app/docs"
|
||
Repository = "https://github.com/chopratejas/headroom"
|
||
Issues = "https://github.com/chopratejas/headroom/issues"
|
||
Changelog = "https://github.com/chopratejas/headroom/blob/main/CHANGELOG.md"
|
||
# llms.txt convention (llmstxt.org) — point AI agents / LLM crawlers
|
||
# at the auto-generated docs index so they can resolve install paths
|
||
# and entry points without a follow-up fetch.
|
||
"AI / LLM Index" = "https://headroom-docs.vercel.app/llms.txt"
|
||
|
||
# Maturin builds a single wheel containing both the Python source under
|
||
# `headroom/` AND the compiled Rust extension `headroom/_core.so` (cdylib
|
||
# from `crates/headroom-py`). One `pip install headroom-ai` ships everything
|
||
# atomically — no separate `headroom-core-py` package, no chicken-and-egg,
|
||
# no PIP_FIND_LINKS plumbing. Phase A0's runtime fail-loud check still
|
||
# exists but only fires if someone forces an sdist install on a platform
|
||
# without a wheel and the rust toolchain isn't available to compile it.
|
||
# Constrain transitive dependencies that have CVEs requiring minimum versions.
|
||
# These packages don't appear as direct headroom deps but are pulled in
|
||
# transitively; the floor pins below ensure uv resolves to patched versions.
|
||
[tool.uv]
|
||
constraint-dependencies = [
|
||
# GHSA-5239-wwwm-4pmq (Low) — transitive via rich; fix at 2.20.0
|
||
"pygments>=2.20.0",
|
||
# GHSA-4xgf-cpjx-pc3j (Medium) — transitive via mcp; fix at 2.14.2
|
||
"pydantic-settings>=2.14.2",
|
||
# GHSA-hmq2-w58f-27jc, GHSA-jm78-9fvv-mhgr, GHSA-wvpp-8hx9-p66j (High),
|
||
# GHSA-hh9p-6wh2-4mfc (Medium) + earlier ones — transitive via agno.
|
||
# 3.1.58 clears every GitPython advisory published to date; the previous
|
||
# 3.1.50 floor resolved to 3.1.54, which nine open advisories still cover.
|
||
"gitpython>=3.1.58",
|
||
# GHSA-f4xh-w4cj-qxq8 (High) — transitive via langchain-core; fix at 0.8.18
|
||
"langsmith>=0.9.0",
|
||
# CVE-2026-49825 (High, XSS) — transitive via lxml[html-clean]; fix at 0.4.5
|
||
"lxml-html-clean>=0.4.5",
|
||
# CVE-2026-5241 (High) — direct optional dep for proxy/ml/voice; fix at 5.5.0
|
||
"transformers>=5.5.0",
|
||
# PYSEC-2026-3447 — transitive dependency; fix at 83.0.0
|
||
"setuptools>=83.0.0",
|
||
# PYSEC-2026-3545/3546/3547 — transitive HTTP/WebSocket parser fixes
|
||
"aiohttp>=3.14.3",
|
||
# PYSEC-2026-3552/3553/3554 — PKCS#7 and certificate verification fixes
|
||
"cryptography>=50.0.0",
|
||
]
|
||
|
||
# Pin the project's package index to public PyPI. Without this, `uv lock`
|
||
# inherits the developer's user-level `~/.config/uv/uv.toml` index
|
||
# setting — including private/internal mirrors like
|
||
# `pypi.netflix.net/simple` — and bakes those URLs into uv.lock, which
|
||
# then breaks CI on every public runner that can't reach the mirror.
|
||
# Declaring the index in pyproject.toml makes the project authoritative
|
||
# regardless of who runs `uv lock`.
|
||
[[tool.uv.index]]
|
||
name = "pypi"
|
||
url = "https://pypi.org/simple/"
|
||
default = true
|
||
|
||
[tool.maturin]
|
||
# Where the Python package lives. With `python-source = "."` and the
|
||
# package directory `headroom/` at repo root, maturin includes every file
|
||
# under `headroom/` in the wheel — that picks up the dashboard HTML
|
||
# templates and bundled YAML configs. `LICENSE` and `NOTICE` are listed
|
||
# explicitly because maturin sdists do not get the package-directory
|
||
# treatment wheels do, and PEP 639 auto-discovery emits both files into
|
||
# `License-File:` metadata — PyPI rejects sdists whose declared license
|
||
# files are missing from the tarball with `400 License-File X does not
|
||
# exist in distribution file`.
|
||
include = [
|
||
{ path = "LICENSE", format = "sdist" },
|
||
{ path = "NOTICE", format = "sdist" },
|
||
]
|
||
python-source = "."
|
||
module-name = "headroom._core"
|
||
# The cdylib source lives under `crates/headroom-py`. Maturin invokes
|
||
# `cargo build` with this manifest to produce `_core.cdylib`, then injects
|
||
# the resulting `.so` into the wheel at `headroom/_core.so`.
|
||
manifest-path = "crates/headroom-py/Cargo.toml"
|
||
features = ["extension-module"]
|
||
# Forbid building without the cdylib feature — bare `cargo build` won't
|
||
# produce a usable Python extension. Maturin's default `bindings` is "pyo3"
|
||
# which is correct here (see `crates/headroom-py/src/`).
|
||
bindings = "pyo3"
|
||
|
||
[tool.ruff]
|
||
target-version = "py310"
|
||
line-length = 100
|
||
|
||
[tool.ruff.lint]
|
||
select = [
|
||
"E", # pycodestyle errors
|
||
"W", # pycodestyle warnings
|
||
"F", # pyflakes
|
||
"I", # isort
|
||
"B", # flake8-bugbear
|
||
"C4", # flake8-comprehensions
|
||
"UP", # pyupgrade
|
||
]
|
||
ignore = [
|
||
"E501", # line too long (handled by formatter)
|
||
"B008", # do not perform function calls in argument defaults
|
||
"B905", # zip without strict parameter
|
||
]
|
||
|
||
[tool.ruff.lint.isort]
|
||
known-first-party = ["headroom"]
|
||
|
||
[tool.ruff.format]
|
||
quote-style = "double"
|
||
indent-style = "space"
|
||
|
||
[tool.mypy]
|
||
python_version = "3.10"
|
||
warn_return_any = true
|
||
warn_unused_configs = true
|
||
disallow_untyped_defs = true
|
||
ignore_missing_imports = true
|
||
|
||
# Per-module overrides for modules with dynamic typing patterns
|
||
[[tool.mypy.overrides]]
|
||
module = [
|
||
"headroom.proxy.server",
|
||
"headroom.proxy.cost",
|
||
"headroom.proxy.prometheus_metrics",
|
||
"headroom.proxy.semantic_cache",
|
||
"headroom.proxy.rate_limiter",
|
||
"headroom.proxy.request_logger",
|
||
"headroom.proxy.helpers",
|
||
"headroom.integrations.langchain",
|
||
"headroom.integrations.mcp",
|
||
"headroom.ccr.mcp_server",
|
||
"headroom.relevance.embedding",
|
||
"headroom.reporting.generator",
|
||
]
|
||
disallow_untyped_defs = false
|
||
|
||
[[tool.mypy.overrides]]
|
||
module = [
|
||
"headroom.tokenizers.*",
|
||
"headroom.providers.litellm",
|
||
"headroom.providers.google",
|
||
]
|
||
disallow_untyped_defs = false
|
||
warn_return_any = false
|
||
|
||
# Handler mixins use self.* from HeadroomProxy via duck typing — mypy can't resolve these
|
||
[[tool.mypy.overrides]]
|
||
module = ["headroom.proxy.handlers.*"]
|
||
disallow_untyped_defs = false
|
||
ignore_errors = true
|
||
|
||
# Ignore third-party stubs with syntax errors
|
||
[[tool.mypy.overrides]]
|
||
module = ["mlx.*"]
|
||
ignore_errors = true
|
||
|
||
[tool.pytest.ini_options]
|
||
testpaths = ["tests"]
|
||
python_files = ["test_*.py"]
|
||
python_functions = ["test_*"]
|
||
addopts = "-v --tb=short"
|
||
asyncio_mode = "auto"
|
||
filterwarnings = [
|
||
# pyo3 Unsendable parsers emit an unraisable warning when GC drops them on a
|
||
# test-teardown thread; this is a test-harness artifact, not a production issue
|
||
# (production threads are long-lived and drop their parsers on themselves).
|
||
"ignore::pytest.PytestUnraisableExceptionWarning",
|
||
]
|
||
markers = [
|
||
"slow: slow tests (model loads, large fixtures)",
|
||
"real_llm: tests that hit real LLM APIs; skipped unless explicitly enabled",
|
||
"live: opt-in multi-turn tests that hit real upstream APIs; require provider keys",
|
||
"proxy_dependency_gate: exercises ensure_proxy_dependencies() without mocking",
|
||
]
|
||
|
||
[tool.coverage.run]
|
||
source = ["headroom"]
|
||
branch = true
|
||
omit = [
|
||
"headroom/cli.py",
|
||
"*/tests/*",
|
||
]
|
||
|
||
[tool.coverage.report]
|
||
exclude_lines = [
|
||
"pragma: no cover",
|
||
"def __repr__",
|
||
"raise NotImplementedError",
|
||
"if TYPE_CHECKING:",
|
||
"if __name__ == .__main__.:",
|
||
]
|