CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
argus_cache/__init__.py
argus_cache.egg-info/PKG-INFO
argus_cache.egg-info/SOURCES.txt
argus_cache.egg-info/dependency_links.txt
argus_cache.egg-info/requires.txt
argus_cache.egg-info/top_level.txt
argus_cache/adapters/__init__.py
argus_cache/adapters/base.py
argus_cache/adapters/claude_gateway.py
argus_cache/adapters/ollama.py
argus_cache/adapters/vllm.py
argus_cache/backends/__init__.py
argus_cache/backends/eviction.py
argus_cache/backends/quantization.py
argus_cache/core/__init__.py
argus_cache/core/activation.py
argus_cache/core/backend_pool.py
argus_cache/core/balloon_driver.py
argus_cache/core/dashboard.py
argus_cache/core/direct_attention.py
argus_cache/core/disk_pool.py
argus_cache/core/granularity.py
argus_cache/core/host_spill.py
argus_cache/core/jl_operators.py
argus_cache/core/logger.py
argus_cache/core/memory_manager.py
argus_cache/core/outliers.py
argus_cache/core/page_store.py
argus_cache/core/page_table.py
argus_cache/core/pool_allocator.py
argus_cache/core/quantization.py
argus_cache/core/telemetry.py
argus_cache/core/tier_registry.py
argus_cache/core/triton_kernels.py
argus_cache/core/zero_copy_pool.py
argus_cache/csrc/bindings.cpp
argus_cache/csrc/ggml_cuda_attention.cu
argus_cache/csrc/ggml_cuda_attention.h
argus_cache/csrc/ggml_disk_buffer.cpp
argus_cache/csrc/ggml_disk_buffer.h
argus_cache/csrc/ggml_host_buffer.cpp
argus_cache/csrc/ggml_host_buffer.h
argus_cache/csrc/ggml_paged_attention.cpp
argus_cache/csrc/manager.cpp
argus_cache/csrc/manager.h
argus_cache/csrc/quantization_kernels.cu
argus_cache/csrc/tier_codec.cpp
argus_cache/csrc/tier_codec.h
argus_cache/csrc/zero_copy_pool.cpp
argus_cache/csrc/zero_copy_pool.h
argus_cache/models/__init__.py
argus_cache/models/attention_wrapper.py
argus_cache/models/hf_attention.py
argus_cache/models/hybrid_cache.py
argus_cache/plugins/__init__.py
argus_cache/plugins/capabilities.py
argus_cache/plugins/registry.py
tests/test_adapters.py
tests/test_adaptive_activation.py
tests/test_argus_service.py
tests/test_attention_parity_matrix.py
tests/test_balloon_driver.py
tests/test_baseline_harness.py
tests/test_claude_gateway.py
tests/test_clock_sweep.py
tests/test_compression_loss.py
tests/test_direct_paged_attention.py
tests/test_disk_pages.py
tests/test_flash_attention_sink_pinning.py
tests/test_granularity_invariants.py
tests/test_hf_attention_bridge.py
tests/test_host_spill.py
tests/test_hybrid_qwen_cache.py
tests/test_import_hygiene.py
tests/test_jl_operators.py
tests/test_kv_cache.py
tests/test_llama_integration.py
tests/test_logger.py
tests/test_memory_intelligence.py
tests/test_native_llama_paged.py
tests/test_paper_grade_benchmarks.py
tests/test_pluggable_backends.py
tests/test_plugin_system.py
tests/test_pool_allocator.py
tests/test_prefetch.py
tests/test_quantization.py
tests/test_stability.py
tests/test_streaming_attention.py
tests/test_telemetry_extraction.py
tests/test_ui_mate_workload.py
tests/test_variable_granularity.py
tests/test_zero_copy_pcie.py