mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
Features: - CCR Response Handler: Automatically intercepts and handles headroom_retrieve tool calls - CCR Context Tracker: Multi-turn awareness with proactive expansion of relevant compressed content - New CCR demo script showing before/after flow Documentation: - Restructured README from 885 lines to 190 lines for better DevEx - Split detailed docs into focused guides: ccr.md, sdk.md, configuration.md, text-compression.md, llmlingua.md, metrics.md, errors.md - Updated docs/README.md index with all new documentation Tests: - Added comprehensive tests for Response Handler (32 tests) - Added comprehensive tests for Context Tracker (32 tests) - All 977 tests passing |
||
|---|---|---|
| .. | ||
| test_cache | ||
| test_integrations | ||
| test_providers | ||
| test_storage | ||
| test_transforms | ||
| __init__.py | ||
| conftest.py | ||
| test_acceptance.py | ||
| test_ccr.py | ||
| test_ccr_context_tracker.py | ||
| test_ccr_feedback.py | ||
| test_ccr_response_handler.py | ||
| test_ccr_tool_injection.py | ||
| test_config.py | ||
| test_critical_fixes.py | ||
| test_critical_gaps.py | ||
| test_crushability.py | ||
| test_models.py | ||
| test_parser.py | ||
| test_proxy_ccr.py | ||
| test_proxy_llmlingua.py | ||
| test_quality_retention.py | ||
| test_relevance.py | ||
| test_telemetry.py | ||
| test_text_compressors.py | ||
| test_toin.py | ||
| test_toin_fixes.py | ||
| test_toin_integration.py | ||
| test_tokenizers.py | ||