LICENSE
README.md
pyproject.toml
src/llm_omlx/__init__.py
src/llm_omlx/chat.py
src/llm_omlx/client.py
src/llm_omlx/config.py
src/llm_omlx/discovery.py
src/llm_omlx/embeddings.py
src/llm_omlx/errors.py
src/llm_omlx/hooks.py
src/llm_omlx/messages.py
src/llm_omlx.egg-info/PKG-INFO
src/llm_omlx.egg-info/SOURCES.txt
src/llm_omlx.egg-info/dependency_links.txt
src/llm_omlx.egg-info/entry_points.txt
src/llm_omlx.egg-info/requires.txt
src/llm_omlx.egg-info/top_level.txt
tests/test_chat.py
tests/test_cli.py
tests/test_config.py
tests/test_discovery.py
tests/test_embeddings.py
tests/test_live.py
tests/test_messages.py