llama-stack-mirror/tests/unit/providers/agents/meta_reference
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
..
fixtures test: Restore responses unit tests (#4153) 2025-11-14 13:16:03 -08:00
test_openai_responses.py refactor(storage): make { kvstore, sqlstore } as llama stack "internal" APIs (#4181) 2025-11-18 13:15:16 -08:00
test_openai_responses_conversations.py test: Restore responses unit tests (#4153) 2025-11-14 13:16:03 -08:00
test_response_conversion_utils.py test: Restore responses unit tests (#4153) 2025-11-14 13:16:03 -08:00
test_response_tool_context.py test: Restore responses unit tests (#4153) 2025-11-14 13:16:03 -08:00
test_responses_safety_utils.py test: Restore responses unit tests (#4153) 2025-11-14 13:16:03 -08:00
test_safety_optional.py feat: Make Safety API optional for meta-reference agents provider 2025-11-19 11:59:56 -05:00