LICENSE
README.md
pyproject.toml
smantic/__init__.py
smantic/__main__.py
smantic/adapters.py
smantic/block_splitters.py
smantic/chunker.py
smantic/config.py
smantic/embedder.py
smantic/ir.py
smantic/markdown.py
smantic/models.py
smantic/text_dedup.py
smantic.egg-info/PKG-INFO
smantic.egg-info/SOURCES.txt
smantic.egg-info/dependency_links.txt
smantic.egg-info/entry_points.txt
smantic.egg-info/requires.txt
smantic.egg-info/top_level.txt
smantic/server/__init__.py
smantic/server/main.py
smantic/server/schemas.py
tests/test_adapters.py
tests/test_block_splitters.py
tests/test_chunker.py
tests/test_embedder.py
tests/test_hierarchical.py
tests/test_markdown.py
tests/test_public_api.py
tests/test_server.py
tests/test_text_dedup.py