LICENSE
README.md
pyproject.toml
agents/__init__.py
agents/base_agent.py
agents/demo_agents.py
agents/pipeline.py
apohara_context_forge/__init__.py
apohara_context_forge/config.py
apohara_context_forge/main.py
apohara_context_forge/models.py
apohara_context_forge/pipeline_config.py
apohara_context_forge/token_counter.py
apohara_context_forge.egg-info/PKG-INFO
apohara_context_forge.egg-info/SOURCES.txt
apohara_context_forge.egg-info/dependency_links.txt
apohara_context_forge.egg-info/requires.txt
apohara_context_forge.egg-info/top_level.txt
apohara_context_forge/compression/__init__.py
apohara_context_forge/compression/budget_manager.py
apohara_context_forge/compression/compressor.py
apohara_context_forge/compression/coordinator.py
apohara_context_forge/decoding/__init__.py
apohara_context_forge/decoding/speculative_coordinator.py
apohara_context_forge/dedup/__init__.py
apohara_context_forge/dedup/_deprecated_dedup_engine.py
apohara_context_forge/dedup/cosine.py
apohara_context_forge/dedup/embedder.py
apohara_context_forge/dedup/faiss_index.py
apohara_context_forge/dedup/lsh_engine.py
apohara_context_forge/dedup/prefix_dedup.py
apohara_context_forge/embeddings/__init__.py
apohara_context_forge/embeddings/embedding_engine.py
apohara_context_forge/kv_offset/__init__.py
apohara_context_forge/kv_offset/anchor_pool.py
apohara_context_forge/kv_offset/cla_metadata.py
apohara_context_forge/mcp/__init__.py
apohara_context_forge/mcp/server.py
apohara_context_forge/metrics/__init__.py
apohara_context_forge/metrics/collector.py
apohara_context_forge/metrics/prometheus_metrics.py
apohara_context_forge/metrics/vram_monitor.py
apohara_context_forge/multimodal/__init__.py
apohara_context_forge/multimodal/visual_kv_cache.py
apohara_context_forge/normalization/__init__.py
apohara_context_forge/normalization/prefix_normalizer.py
apohara_context_forge/observability/__init__.py
apohara_context_forge/observability/audit_log.py
apohara_context_forge/observability/ledger.py
apohara_context_forge/observability/ledger_cli.py
apohara_context_forge/observability/otlp_exporter.py
apohara_context_forge/observability/prometheus_exporter.py
apohara_context_forge/observability/recorders.py
apohara_context_forge/quantization/codec_v8.py
apohara_context_forge/quantization/fwht.py
apohara_context_forge/quantization/fwht_inplace.py
apohara_context_forge/quantization/rotate_kv.py
apohara_context_forge/registry/__init__.py
apohara_context_forge/registry/_deprecated_ttl_cache.py
apohara_context_forge/registry/context_registry.py
apohara_context_forge/registry/vram_aware_cache.py
apohara_context_forge/routing/kv_aware_router.py
apohara_context_forge/safety/__init__.py
apohara_context_forge/safety/inv15_certifier.py
apohara_context_forge/safety/jcr_gate.py
apohara_context_forge/safety/z3_inv15_proof.py
apohara_context_forge/scheduling/pbkv_predictor.py
apohara_context_forge/scheduling/queueing_controller.py
apohara_context_forge/scheduling/step_graph.py
apohara_context_forge/serving/__init__.py
apohara_context_forge/serving/aiter_config.py
apohara_context_forge/serving/lmcache_bridge.py
apohara_context_forge/serving/lmcache_connector.py
apohara_context_forge/serving/prefix_salt_planner.py
apohara_context_forge/serving/romy_plugin.py
apohara_context_forge/serving/vllm_client.py
apohara_context_forge/serving/vllm_launch_config.py
apohara_context_forge/storage/__init__.py
apohara_context_forge/storage/token_dance.py
demo/__init__.py
demo/app.py
demo/benchmark.py
demo/dashboard.py
tests/test_aiter_config.py
tests/test_benchmark.py
tests/test_certified_recorder.py
tests/test_cla_metadata.py
tests/test_codec_v8.py
tests/test_compressor.py
tests/test_coordinator.py
tests/test_coordinator_integration.py
tests/test_cosine.py
tests/test_dedup.py
tests/test_embedding_engine.py
tests/test_find_similar.py
tests/test_fwht.py
tests/test_fwht_inplace.py
tests/test_gate0_kv_util.py
tests/test_gate_ledger_wiring.py
tests/test_integration.py
tests/test_inv15_certifier.py
tests/test_jcr_gate.py
tests/test_kv_aware_router.py
tests/test_kv_offset.py
tests/test_ledger.py
tests/test_ledger_cli.py
tests/test_lmcache_bridge.py
tests/test_lmcache_connector.py
tests/test_mcp_server.py
tests/test_normalization.py
tests/test_observability.py
tests/test_otlp_exporter.py
tests/test_pbkv_predictor.py
tests/test_pipeline.py
tests/test_prefix_salt_planner.py
tests/test_prometheus_metrics.py
tests/test_queueing_controller.py
tests/test_registry.py
tests/test_registry_dedup.py
tests/test_romy_plugin.py
tests/test_rotate_kv.py
tests/test_rotate_kv_fwht_integration.py
tests/test_rotate_kv_int4_codec.py
tests/test_speculative_coordinator.py
tests/test_step_graph.py
tests/test_token_counter.py
tests/test_token_dance.py
tests/test_visual_kv_cache.py
tests/test_vllm_client_salt.py
tests/test_vllm_launch_config.py
tests/test_vram_ab_harness.py
tests/test_vram_monitor_cuda.py
tests/test_z3_inv15.py