File size: 2,560 Bytes
cf0a8ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
README.md
pyproject.toml
agents/__init__.py
agents/base_agent.py
agents/demo_agents.py
agents/pipeline.py
contextforge/__init__.py
contextforge/config.py
contextforge/main.py
contextforge/models.py
contextforge/pipeline_config.py
contextforge/token_counter.py
contextforge.egg-info/PKG-INFO
contextforge.egg-info/SOURCES.txt
contextforge.egg-info/dependency_links.txt
contextforge.egg-info/requires.txt
contextforge.egg-info/top_level.txt
contextforge/compression/__init__.py
contextforge/compression/budget_manager.py
contextforge/compression/compressor.py
contextforge/compression/coordinator.py
contextforge/decoding/__init__.py
contextforge/decoding/speculative_coordinator.py
contextforge/dedup/__init__.py
contextforge/dedup/_deprecated_dedup_engine.py
contextforge/dedup/cosine.py
contextforge/dedup/embedder.py
contextforge/dedup/faiss_index.py
contextforge/dedup/lsh_engine.py
contextforge/embeddings/__init__.py
contextforge/embeddings/embedding_engine.py
contextforge/kv_offset/__init__.py
contextforge/kv_offset/anchor_pool.py
contextforge/kv_offset/cla_metadata.py
contextforge/mcp/__init__.py
contextforge/mcp/server.py
contextforge/metrics/__init__.py
contextforge/metrics/collector.py
contextforge/metrics/prometheus_metrics.py
contextforge/metrics/vram_monitor.py
contextforge/multimodal/__init__.py
contextforge/multimodal/visual_kv_cache.py
contextforge/normalization/__init__.py
contextforge/normalization/prefix_normalizer.py
contextforge/quantization/rotate_kv.py
contextforge/registry/__init__.py
contextforge/registry/_deprecated_ttl_cache.py
contextforge/registry/context_registry.py
contextforge/registry/vram_aware_cache.py
contextforge/routing/kv_aware_router.py
contextforge/scheduling/pbkv_predictor.py
contextforge/scheduling/queueing_controller.py
contextforge/scheduling/step_graph.py
contextforge/serving/__init__.py
contextforge/serving/atom_plugin.py
contextforge/serving/lmcache_bridge.py
contextforge/serving/vllm_client.py
demo/__init__.py
demo/app.py
demo/benchmark.py
demo/benchmark_v4.py
demo/benchmark_v5.py
demo/dashboard.py
tests/test_atom_plugin.py
tests/test_cla_metadata.py
tests/test_compressor.py
tests/test_dedup.py
tests/test_embedding_engine.py
tests/test_integration.py
tests/test_kv_aware_router.py
tests/test_kv_offset.py
tests/test_lmcache_bridge.py
tests/test_normalization.py
tests/test_pbkv_predictor.py
tests/test_pipeline.py
tests/test_queueing_controller.py
tests/test_registry.py
tests/test_rotate_kv.py
tests/test_speculative_coordinator.py
tests/test_step_graph.py
tests/test_visual_kv_cache.py