llama-stack-mirror/src/llama_stack
Sébastien Han cd5095a247
feat: migrate Providers API to FastAPI router pattern (#4405)
# What does this PR do?

Convert Providers API from @webmethod decorators to FastAPI router
pattern.

Fixes: https://github.com/llamastack/llama-stack/issues/4350

<!-- Provide a short summary of what this PR does and why. Link to
relevant issues if applicable. -->

<!-- If resolving an issue, uncomment and update the line below -->
<!-- Closes #[issue-number] -->

## Test Plan
CI

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-12-17 16:55:05 +01:00
..
cli fix: remove run config from logs (#4395) 2025-12-16 10:37:18 -05:00
core feat: migrate Providers API to FastAPI router pattern (#4405) 2025-12-17 16:55:05 +01:00
distributions feat: Making static prompt values in Rag/File Search configurable in Vector Store Config (#4368) 2025-12-15 11:39:01 -05:00
models refactor: remove dead inference API code and clean up imports (#4093) 2025-11-10 15:29:24 -08:00
providers feat: add support for tool_choice to responses api (#4106) 2025-12-15 11:22:06 -08:00
telemetry feat!: Architect Llama Stack Telemetry Around Automatic Open Telemetry Instrumentation (#4127) 2025-12-01 10:33:18 -08:00
testing fix: MCP authorization parameter implementation (#4052) 2025-11-14 08:54:42 -08:00
__init__.py chore: Stack server no longer depends on llama-stack-client (#4094) 2025-11-07 09:54:09 -08:00
env.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
log.py feat: remove usage of build yaml (#4192) 2025-12-10 10:12:12 +01:00