headroom/headroom
chopratejas 8128c9239d Fix Bedrock backend: use inference profiles for Claude 4+ models
- Update model mappings to use inference profiles (us.anthropic.*)
  instead of direct model IDs (anthropic.*) for Claude 4+ models
- Newer Claude models require inference profiles for on-demand throughput
- Add clear Bedrock setup instructions to CLI banner and README
- Document dummy ANTHROPIC_API_KEY workaround for Claude Code users

Fixes: "Invocation of model ID with on-demand throughput isn't supported"
error when using Claude 4, 4.5 models on Bedrock.
2026-01-30 16:12:09 -08:00
..
backends Fix Bedrock backend: use inference profiles for Claude 4+ models 2026-01-30 16:12:09 -08:00
cache Add pluggable storage backend abstraction for CompressionStore 2026-01-20 23:25:28 -08:00
ccr Fix mypy type checking errors in CCR batch modules 2026-01-24 12:01:58 -08:00
cli Fix Bedrock backend: use inference profiles for Claude 4+ models 2026-01-30 16:12:09 -08:00
compression Fix mypy errors and add network timeout handler for flaky CI tests 2026-01-27 19:39:33 -08:00
evals Fix mypy errors and add network timeout handler for flaky CI tests 2026-01-27 19:39:33 -08:00
image Fix mypy errors and add network timeout handler for flaky CI tests 2026-01-27 19:39:33 -08:00
integrations Fix mypy errors and add network timeout handler for flaky CI tests 2026-01-27 19:39:33 -08:00
memory Fix mypy errors and add network timeout handler for flaky CI tests 2026-01-27 19:39:33 -08:00
models Use LiteLLM for model pricing instead of hardcoded values 2026-01-16 00:35:04 -08:00
prediction fix: resolve CI failures 2026-01-27 16:17:24 -08:00
pricing Fix mypy errors and add network timeout handler for flaky CI tests 2026-01-27 19:39:33 -08:00
providers Fix mypy errors and add network timeout handler for flaky CI tests 2026-01-27 19:39:33 -08:00
proxy Add cloud provider support via LiteLLM backend 2026-01-29 16:12:10 -08:00
relevance Fix all mypy type errors and flaky embedding test 2026-01-10 18:27:33 -08:00
reporting Fix all mypy type errors and flaky embedding test 2026-01-10 18:27:33 -08:00
storage Fix all mypy type errors and flaky embedding test 2026-01-10 18:27:33 -08:00
telemetry Fix TOIN integration and add persistence support 2026-01-21 21:24:09 -08:00
tokenizers Add persistent memory system with zero-latency inline extraction 2026-01-14 21:32:09 -08:00
transforms feat(toin): add TOIN + CCR integration to IntelligentContextManager 2026-01-27 16:08:36 -08:00
__init__.py Add hierarchical memory system with graph + vector storage 2026-01-26 21:58:47 -08:00
cli.py Add Click-based CLI with memory management commands 2026-01-29 21:30:21 -08:00
client.py Add quality retention eval and fix linting for Python 3.12 2026-01-19 21:52:18 -08:00
config.py Fix TOIN integration and add persistence support 2026-01-21 21:24:09 -08:00
exceptions.py Fix all ruff lint and format errors for CI 2026-01-10 15:33:44 -08:00
parser.py Prepare for OSS release v0.2.0 2026-01-07 11:36:44 -08:00
py.typed Prepare for OSS release v0.2.0 2026-01-07 11:36:44 -08:00
tokenizer.py Initial commit: Headroom SDK - LLM context optimization toolkit 2026-01-06 23:16:58 -08:00
utils.py Fix all mypy type errors and flaky embedding test 2026-01-10 18:27:33 -08:00