LICENSE
README.md
pyproject.toml
src/matchminer_ai/__init__.py
src/matchminer_ai/config.py
src/matchminer_ai/pipeline.py
src/matchminer_ai.egg-info/PKG-INFO
src/matchminer_ai.egg-info/SOURCES.txt
src/matchminer_ai.egg-info/dependency_links.txt
src/matchminer_ai.egg-info/requires.txt
src/matchminer_ai.egg-info/top_level.txt
src/matchminer_ai/_qc/__init__.py
src/matchminer_ai/_qc/common.py
src/matchminer_ai/_qc/patients.py
src/matchminer_ai/_qc/trials.py
src/matchminer_ai/embedding/__init__.py
src/matchminer_ai/embedding/embed.py
src/matchminer_ai/embedding/inference.py
src/matchminer_ai/llm/__init__.py
src/matchminer_ai/llm/backends.py
src/matchminer_ai/llm/prompt_rendering.py
src/matchminer_ai/llm/reasoning.py
src/matchminer_ai/llm/remote_inference.py
src/matchminer_ai/llm/vllm_server.py
src/matchminer_ai/matching/__init__.py
src/matchminer_ai/matching/exclusion_check.py
src/matchminer_ai/matching/inference.py
src/matchminer_ai/matching/match.py
src/matchminer_ai/matching/rerank.py
src/matchminer_ai/patients/__init__.py
src/matchminer_ai/patients/postprocess.py
src/matchminer_ai/patients/prepare.py
src/matchminer_ai/patients/prompt_builder.py
src/matchminer_ai/patients/summarize.py
src/matchminer_ai/presets/default.yaml
src/matchminer_ai/prompts/embedding.txt
src/matchminer_ai/prompts/exclusion_criteria_checker_template.txt
src/matchminer_ai/prompts/match_quality_checker_template.txt
src/matchminer_ai/prompts/patient.serial.user.primer.txt
src/matchminer_ai/prompts/patient.serial.user.question.txt
src/matchminer_ai/prompts/trial.user.primer.txt
src/matchminer_ai/prompts/trial.user.question.txt
src/matchminer_ai/trials/__init__.py
src/matchminer_ai/trials/postprocess.py
src/matchminer_ai/trials/prompt_builder.py
src/matchminer_ai/trials/summarize.py
tests/test_config.py
tests/test_embedding.py
tests/test_embedding_regression.py
tests/test_imports.py
tests/test_matching.py
tests/test_patient_qc.py
tests/test_patient_summarization.py
tests/test_prompt_rendering.py
tests/test_reasoning.py
tests/test_remote_backend.py
tests/test_trial_qc.py
tests/test_trial_summarization.py
tests/test_vllm_server.py