llama-stack-mirror/tests/unit/providers
Charlie Doern 43adc23ef6
refactor: remove dead inference API code and clean up imports (#4093)
# What does this PR do?

Delete ~2,000 lines of dead code from the old bespoke inference API that
was replaced by OpenAI-only API. This includes removing unused type
conversion functions, dead provider methods, and event_logger.py.

Clean up imports across the codebase to remove references to deleted
types. This eliminates unnecessary
code and dependencies, helping isolate the API package as a
self-contained module.

This is the last interdependency between the .api package and "exterior"
packages, meaning that now every other package in llama stack imports
the API, not the other way around.

## Test Plan

this is a structural change, no tests needed.

---------

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-11-10 15:29:24 -08:00
..
batches feat(stores)!: use backend storage references instead of configs (#3697) 2025-10-20 13:20:09 -07:00
files feat(stores)!: use backend storage references instead of configs (#3697) 2025-10-20 13:20:09 -07:00
inference feat: add OpenAI-compatible Bedrock provider (#3748) 2025-11-06 17:18:18 -08:00
inline refactor: remove dead inference API code and clean up imports (#4093) 2025-11-10 15:29:24 -08:00
nvidia refactor: remove dead inference API code and clean up imports (#4093) 2025-11-10 15:29:24 -08:00
utils refactor: remove dead inference API code and clean up imports (#4093) 2025-11-10 15:29:24 -08:00
vector_io fix: Vector store persistence across server restarts (#3977) 2025-11-09 00:05:00 -05:00
test_bedrock.py feat: add OpenAI-compatible Bedrock provider (#3748) 2025-11-06 17:18:18 -08:00
test_configs.py chore(rename): move llama_stack.distribution to llama_stack.core (#2975) 2025-07-30 23:30:53 -07:00