CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
ctxzippy/__init__.py
ctxzippy/compact.py
ctxzippy.egg-info/PKG-INFO
ctxzippy.egg-info/SOURCES.txt
ctxzippy.egg-info/dependency_links.txt
ctxzippy.egg-info/requires.txt
ctxzippy.egg-info/top_level.txt
ctxzippy/adapters/__init__.py
ctxzippy/adapters/base.py
ctxzippy/adapters/filesystem.py
ctxzippy/adapters/s3.py
ctxzippy/storage/__init__.py
ctxzippy/storage/grep.py
ctxzippy/storage/known_keys.py
ctxzippy/storage/resolver.py
ctxzippy/strategies/__init__.py
ctxzippy/strategies/write_tool_results.py
ctxzippy/tools/__init__.py
ctxzippy/tools/grep.py
ctxzippy/tools/reader.py
examples/README.md
examples/openai_e2e.py
examples/requirements.txt
examples/s3_example.py
tests/__init__.py
tests/test_adapters.py
tests/test_compactor.py
tests/test_s3_adapter.py
tests/test_tools.py