llama-stack-mirror/llama_stack/providers/remote
Charlie Doern 41431d8bdd refactor: convert providers to be installed via package
currently providers have a `pip_package` list. Rather than make our own form of python dependency management, we should use `pyproject.toml` files in each provider declaring the dependencies in a more trackable manner.
Each provider can then be installed using the already in place `module` field in the ProviderSpec, pointing to the directory the provider lives in
we can then simply `uv pip install` this directory as opposed to installing the dependencies one by one

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-09-22 09:23:50 -04:00
..
agents test: add unit test to ensure all config types are instantiable (#1601) 2025-03-12 22:29:58 -07:00
datasetio refactor: convert providers to be installed via package 2025-09-22 09:23:50 -04:00
eval refactor: convert providers to be installed via package 2025-09-22 09:23:50 -04:00
files/s3 refactor: convert providers to be installed via package 2025-09-22 09:23:50 -04:00
inference refactor: convert providers to be installed via package 2025-09-22 09:23:50 -04:00
post_training refactor: convert providers to be installed via package 2025-09-22 09:23:50 -04:00
safety refactor: convert providers to be installed via package 2025-09-22 09:23:50 -04:00
tool_runtime refactor: convert providers to be installed via package 2025-09-22 09:23:50 -04:00
vector_io refactor: convert providers to be installed via package 2025-09-22 09:23:50 -04:00
__init__.py impls -> inline, adapters -> remote (#381) 2024-11-06 14:54:05 -08:00