LICENSE
README.md
contextpilot_hook.pth
pyproject.toml
requirements.txt
contextpilot/__init__.py
contextpilot/_llamacpp_hook.py
contextpilot/_openai_hook.py
contextpilot/_sglang_hook.py
contextpilot/_vllm_hook.py
contextpilot/api.py
contextpilot/install_hook.py
contextpilot/install_standalone.py
contextpilot/provenance_linking.py
contextpilot/standalone_hook.py
contextpilot.egg-info/PKG-INFO
contextpilot.egg-info/SOURCES.txt
contextpilot.egg-info/dependency_links.txt
contextpilot.egg-info/entry_points.txt
contextpilot.egg-info/requires.txt
contextpilot.egg-info/top_level.txt
contextpilot/context_index/__init__.py
contextpilot/context_index/compute_distance_cpu.py
contextpilot/context_index/compute_distance_gpu.py
contextpilot/context_index/index_construction.py
contextpilot/context_index/tree_nodes.py
contextpilot/context_ordering/__init__.py
contextpilot/context_ordering/inter_scheduler.py
contextpilot/context_ordering/intra_ordering.py
contextpilot/dedup/__init__.py
contextpilot/dedup/block_dedup.py
contextpilot/hermes_opportunities/__init__.py
contextpilot/hermes_opportunities/aggregation.py
contextpilot/hermes_opportunities/artifact_dedup_canary.py
contextpilot/hermes_opportunities/cli.py
contextpilot/hermes_opportunities/db.py
contextpilot/hermes_opportunities/dedup_ab.py
contextpilot/hermes_opportunities/detection.py
contextpilot/hermes_opportunities/models.py
contextpilot/hermes_opportunities/privacy.py
contextpilot/hermes_opportunities/prompt_dedup_canary.py
contextpilot/hermes_opportunities/provenance.py
contextpilot/hermes_opportunities/report.py
contextpilot/hermes_opportunities/routing.py
contextpilot/hermes_opportunities/telemetry.py
contextpilot/hermes_opportunities/tokenizer.py
contextpilot/multimodal/__init__.py
contextpilot/multimodal/api.py
contextpilot/multimodal/blocks.py
contextpilot/multimodal/canonical.py
contextpilot/multimodal/intercept.py
contextpilot/multimodal/prompt.py
contextpilot/pipeline/__init__.py
contextpilot/pipeline/components.py
contextpilot/pipeline/multi_turn.py
contextpilot/pipeline/rag_pipeline.py
contextpilot/retriever/__init__.py
contextpilot/retriever/bm25.py
contextpilot/retriever/faiss_embedding.py
contextpilot/retriever/mem0_retriever.py
contextpilot/retriever/pageindex_retriever.py
contextpilot/server/__init__.py
contextpilot/server/conversation_tracker.py
contextpilot/server/http_client.py
contextpilot/server/http_server.py
contextpilot/server/intercept_parser.py
contextpilot/server/live_index.py
contextpilot/server/metadata.py
contextpilot/server/ttl_eviction.py
contextpilot/server/cloud_adapters/__init__.py
contextpilot/server/cloud_adapters/anthropic_adapter.py
contextpilot/server/cloud_adapters/base.py
contextpilot/server/cloud_adapters/minimax_adapter.py
contextpilot/server/cloud_adapters/openai_adapter.py
contextpilot/trace_validation/__init__.py
contextpilot/trace_validation/builder.py
contextpilot/trace_validation/models.py
contextpilot/trace_validation/runner.py
contextpilot/utils/__init__.py
contextpilot/utils/eval_metrics.py
contextpilot/utils/prompt_generator.py
contextpilot/utils/tools.py
tests/test_analyzer_lightweight_provenance.py
tests/test_artifact_dedup_canary.py
tests/test_artifact_precision_eval.py
tests/test_block_dedup_regression.py
tests/test_cloud_adapters.py
tests/test_cloud_proxy_integration.py
tests/test_context_index.py
tests/test_context_ordering.py
tests/test_contextpilot_savings.py
tests/test_contextpilot_savings_skill.py
tests/test_cpu_distances.py
tests/test_deduplication.py
tests/test_gpu_distance_performance.py
tests/test_gpu_distances.py
tests/test_group_prefix_sharing.py
tests/test_hermes_context_opportunity_analyzer.py
tests/test_hermes_contextpilot_monitor.py
tests/test_hermes_plugin_patch.py
tests/test_http_intercept.py
tests/test_incremental_build.py
tests/test_intercept_parser.py
tests/test_live_index.py
tests/test_llamacpp_hook.py
tests/test_mem0_integration.py
tests/test_multi_turn.py
tests/test_multi_turn_e2e.py
tests/test_multimodal.py
tests/test_pageindex_integration.py
tests/test_payload_cross_role_dedup.py
tests/test_performance.py
tests/test_pipeline.py
tests/test_prompt_dedup_canary.py
tests/test_provenance_linking_shadow.py
tests/test_server_integration.py
tests/test_sglang_monkeypatch.py
tests/test_trace_validation_builder.py
tests/test_trace_validation_runner.py
tests/test_ttl_eviction.py
tests/test_utils.py
tests/test_vllm_monkeypatch.py
tests/test_vllm_patch.py