llama-stack-mirror/llama_stack/distributions/starter
Charlie Doern 686f87d138 feat: combine ProviderSpec datatypes
currently `RemoteProviderSpec` has an `AdapterSpec` embedded in it. Remove `AdapterSpec`, and put its leftover fields into `RemoteProviderSpec`.

Additionally, many of the fields were duplicated between `InlineProviderSpec` and `RemoteProviderSpec`. Move these to `ProviderSpec` so they are shared.

Fixup the distro codegen to use `RemoteProviderSpec` directly rather than `remote_provider_spec` which took an AdapterSpec and returned a full provider spec

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-09-18 09:01:22 -04:00
..
__init__.py chore: rename templates to distributions (#3035) 2025-08-04 11:34:17 -07:00
build.yaml feat: add Azure OpenAI inference provider support (#3396) 2025-09-11 13:48:38 +02:00
run.yaml feat: add Azure OpenAI inference provider support (#3396) 2025-09-11 13:48:38 +02:00
starter.py feat: combine ProviderSpec datatypes 2025-09-18 09:01:22 -04:00