LICENSE
README.md
pyproject.toml
src/installm/__init__.py
src/installm/auth.py
src/installm/cli.py
src/installm/config.py
src/installm/download.py
src/installm.egg-info/PKG-INFO
src/installm.egg-info/SOURCES.txt
src/installm.egg-info/dependency_links.txt
src/installm.egg-info/entry_points.txt
src/installm.egg-info/requires.txt
src/installm.egg-info/top_level.txt
src/installm/backends/__init__.py
src/installm/backends/base.py
src/installm/backends/llamacpp.py
src/installm/backends/ollama.py
src/installm/backends/transformers.py
src/installm/backends/vllm.py
src/installm/gateway/__init__.py
src/installm/gateway/app.py
src/installm/gateway/middleware.py
src/installm/gateway/schemas.py
src/installm/gateway/streaming.py
src/installm/gateway/structured.py
src/installm/gateway/tools.py
src/installm/gateway/routes/__init__.py
src/installm/gateway/routes/chat.py
src/installm/gateway/routes/embeddings.py
src/installm/gateway/routes/models.py
src/installm/gateway/routes/responses.py
tests/test_alias.py
tests/test_auth.py
tests/test_cli.py
tests/test_config.py
tests/test_download.py
tests/test_e2e_qwen.py
tests/test_integration_live.py