llama-stack-mirror/tests/unit/providers
Anik Bhattacharjee dde4c7ab7d feat: Make Safety API optional for meta-reference agents provider
Change Safety API from required to optional dependency, following the
established pattern used for other optional dependencies in Llama Stack.

The provider now starts successfully without Safety API configured.
Requests that explicitly include guardrails will receive a clear error
message when Safety API is unavailable.

This enables local development and testing without Safety API while
maintaining clear error messages when guardrail features are requested.

Closes #4165

Signed-off-by: Anik Bhattacharjee <anbhatta@redhat.com>
2025-11-19 11:59:56 -05:00
..
agents/meta_reference feat: Make Safety API optional for meta-reference agents provider 2025-11-19 11:59:56 -05:00
batches refactor(storage): make { kvstore, sqlstore } as llama stack "internal" APIs (#4181) 2025-11-18 13:15:16 -08:00
files refactor(storage): make { kvstore, sqlstore } as llama stack "internal" APIs (#4181) 2025-11-18 13:15:16 -08:00
inference fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
inline fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
nvidia fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
utils fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
vector_io refactor(storage): make { kvstore, sqlstore } as llama stack "internal" APIs (#4181) 2025-11-18 13:15:16 -08:00
test_bedrock.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
test_configs.py chore(rename): move llama_stack.distribution to llama_stack.core (#2975) 2025-07-30 23:30:53 -07:00