LICENSE
MANIFEST.in
README.md
pyproject.toml
contextframe/__init__.py
contextframe/__main__.py
contextframe/cli.py
contextframe/exceptions.py
contextframe/frame.py
contextframe.egg-info/PKG-INFO
contextframe.egg-info/SOURCES.txt
contextframe.egg-info/dependency_links.txt
contextframe.egg-info/entry_points.txt
contextframe.egg-info/requires.txt
contextframe.egg-info/top_level.txt
contextframe/builders/__init__.py
contextframe/builders/embed.py
contextframe/builders/encode.py
contextframe/builders/enhance.py
contextframe/builders/serve.py
contextframe/embed/__init__.py
contextframe/embed/base.py
contextframe/embed/batch.py
contextframe/embed/integration.py
contextframe/embed/litellm_provider.py
contextframe/examples/__init__.py
contextframe/extract/__init__.py
contextframe/extract/base.py
contextframe/extract/batch.py
contextframe/extract/chunking.py
contextframe/extract/extractors.py
contextframe/helpers/__init__.py
contextframe/helpers/metadata_utils.py
contextframe/io/__init__.py
contextframe/io/exporter.py
contextframe/io/formats.py
contextframe/io/importer.py
contextframe/schema/__init__.py
contextframe/schema/contextframe_schema.json
contextframe/schema/contextframe_schema.py
contextframe/schema/validation.py
tests/test_embed.py
tests/test_enhance.py
tests/test_extract.py
tests/test_extract_integration.py
tests/test_frameset.py
tests/test_io.py
tests/test_lazy_loading.py
tests/test_litellm_provider.py
tests/test_templates.py