LICENSE
README.md
pyproject.toml
setup.py
manifest/__init__.py
manifest/manifest.py
manifest/request.py
manifest/response.py
manifest/version.py
manifest/api/__init__.py
manifest/api/app.py
manifest/api/response.py
manifest/api/models/__init__.py
manifest/api/models/diffuser.py
manifest/api/models/huggingface.py
manifest/api/models/model.py
manifest/api/models/sentence_transformer.py
manifest/caches/__init__.py
manifest/caches/array_cache.py
manifest/caches/cache.py
manifest/caches/noop.py
manifest/caches/postgres.py
manifest/caches/redis.py
manifest/caches/serializers.py
manifest/caches/sqlite.py
manifest/clients/__init__.py
manifest/clients/ai21.py
manifest/clients/client.py
manifest/clients/cohere.py
manifest/clients/diffuser.py
manifest/clients/dummy.py
manifest/clients/huggingface.py
manifest/clients/huggingface_embedding.py
manifest/clients/openai.py
manifest/clients/openai_chat.py
manifest/clients/openai_embedding.py
manifest/clients/toma.py
manifest/clients/toma_diffuser.py
manifest/connections/__init__.py
manifest/connections/client_pool.py
manifest/connections/scheduler.py
manifest_ml.egg-info/PKG-INFO
manifest_ml.egg-info/SOURCES.txt
manifest_ml.egg-info/dependency_links.txt
manifest_ml.egg-info/requires.txt
manifest_ml.egg-info/top_level.txt
tests/test_array_cache.py
tests/test_cache.py
tests/test_client.py
tests/test_client_pool.py
tests/test_huggingface_api.py
tests/test_manifest.py
tests/test_request.py
tests/test_response.py
tests/test_scheduler.py
tests/test_serializer.py
web_app/__init__.py
web_app/main.py
web_app/schemas.py