.gitignore
.readthedocs.yaml
CLAUDE.md
LICENSE
README.md
THIRD_PARTY_NOTICES.md
mkdocs.yml
pyproject.toml
streamlit_app.py
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/publish.yml
.github/workflows/pylint.yml
.github/workflows/tests.yml
.streamlit/config.toml
compactprompt/__init__.py
compactprompt/caveman.py
compactprompt/embedding.py
compactprompt/examples.py
compactprompt/fidelity.py
compactprompt/hard_prompt.py
compactprompt/llmlingua.py
compactprompt/ngram.py
compactprompt/pipeline.py
compactprompt/quantize.py
compactprompt/scoring.py
compactprompt/tokens.py
compactprompt.egg-info/PKG-INFO
compactprompt.egg-info/SOURCES.txt
compactprompt.egg-info/dependency_links.txt
compactprompt.egg-info/requires.txt
compactprompt.egg-info/top_level.txt
docs/api-reference.md
docs/index.md
examples/quickstart.py
tests/test_caveman.py
tests/test_hard_prompt.py
tests/test_llmlingua.py
tests/test_ngram.py
tests/test_optional_deps.py
tests/test_pipeline.py
tests/test_quantize.py
tests/test_scoring.py
tests/test_tokens.py