LICENSE
README.md
pyproject.toml
requirements.txt
contextpilot/__init__.py
contextpilot.egg-info/PKG-INFO
contextpilot.egg-info/SOURCES.txt
contextpilot.egg-info/dependency_links.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/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/eviction_heap.py
contextpilot/server/http_client.py
contextpilot/server/http_server.py
contextpilot/server/live_index.py
contextpilot/server/metadata.py
contextpilot/utils/__init__.py
contextpilot/utils/eval_metrics.py
contextpilot/utils/prompt_generator.py
contextpilot/utils/tools.py
tests/test_context_index.py
tests/test_context_ordering.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_incremental_build.py
tests/test_live_index.py
tests/test_mem0_integration.py
tests/test_multi_turn.py
tests/test_multi_turn_e2e.py
tests/test_pageindex_integration.py
tests/test_performance.py
tests/test_pipeline.py
tests/test_server_integration.py
tests/test_utils.py
tests/test_vllm_patch.py