LICENSE
README.md
pyproject.toml
src/mlx_pipe/__init__.py
src/mlx_pipe/config.py
src/mlx_pipe/hub.py
src/mlx_pipe/registry.py
src/mlx_pipe.egg-info/PKG-INFO
src/mlx_pipe.egg-info/SOURCES.txt
src/mlx_pipe.egg-info/dependency_links.txt
src/mlx_pipe.egg-info/entry_points.txt
src/mlx_pipe.egg-info/requires.txt
src/mlx_pipe.egg-info/top_level.txt
src/mlx_pipe/backends/__init__.py
src/mlx_pipe/backends/llm.py
src/mlx_pipe/backends/stt.py
src/mlx_pipe/backends/tts.py
src/mlx_pipe/cli/__init__.py
src/mlx_pipe/cli/config.py
src/mlx_pipe/cli/list.py
src/mlx_pipe/cli/llm.py
src/mlx_pipe/cli/main.py
src/mlx_pipe/cli/pull.py
src/mlx_pipe/cli/remove.py
src/mlx_pipe/cli/stt.py
src/mlx_pipe/cli/tts.py
tests/test_cli_main.py
tests/test_config.py
tests/test_llm_backend.py
tests/test_llm_cli.py
tests/test_stt_backend.py
tests/test_tts_backend.py