LICENSE
MANIFEST.in
README.md
README.pypi.md
pyproject.toml
setup.py
profiles/validated-vulkan-profiles.json
python/ameva_runtime/__init__.py
python/ameva_runtime/_version.py
python/ameva_runtime/cli.py
python/ameva_runtime/core.py
python/ameva_runtime/detector.py
python/ameva_runtime/doctor.py
python/ameva_runtime/exceptions.py
python/ameva_runtime/platform.py
python/ameva_runtime/protocol.py
python/ameva_runtime/router.py
python/ameva_runtime.egg-info/PKG-INFO
python/ameva_runtime.egg-info/SOURCES.txt
python/ameva_runtime.egg-info/dependency_links.txt
python/ameva_runtime.egg-info/entry_points.txt
python/ameva_runtime.egg-info/requires.txt
python/ameva_runtime.egg-info/top_level.txt
python/ameva_runtime/adapters/__init__.py
python/ameva_runtime/adapters/base.py
python/ameva_runtime/adapters/bitnet.py
python/ameva_runtime/adapters/diffusion.py
python/ameva_runtime/adapters/llamacpp.py
python/ameva_runtime/adapters/stt.py
python/ameva_runtime/adapters/tts.py
python/ameva_runtime/adapters/vision.py
python/ameva_runtime/vulkan/__init__.py
python/ameva_runtime/vulkan/bindings.py
python/ameva_runtime/vulkan/cli.py
python/ameva_runtime/vulkan/core.py
python/ameva_runtime/vulkan/doctor.py
python/ameva_runtime/vulkan/exceptions.py
python/ameva_runtime/vulkan/platform.py
python/ameva_runtime/vulkan/protocol.py
python/ameva_runtime/vulkan/py.typed
python/ameva_runtime/vulkan/adapters/__init__.py
python/ameva_runtime/vulkan/adapters/base.py
python/ameva_runtime/vulkan/adapters/bitnet.py
python/ameva_runtime/vulkan/adapters/diffusion.py
python/ameva_runtime/vulkan/adapters/llamacpp.py
python/ameva_runtime/vulkan/adapters/stt.py
python/ameva_runtime/vulkan/adapters/tts.py
python/ameva_runtime/vulkan/adapters/vision.py
python/ameva_runtime/vulkan/profiles/__init__.py
python/ameva_runtime/vulkan/profiles/validated-vulkan-profiles.json
python/tests/test_ameva_runtime.py
python/tests/test_core.py
python/tests/test_doctor_v0_v11.py
python/tests/test_handle_lifecycle.py
python/tests/test_modalities.py