chore!: remove old ui implementation

All new UI developments are using the implementation at llama_stack/ui.
This is a breaking change since whoever was using the previous
implementation won't be able to do so anymore.

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-09-15 10:57:29 +02:00
parent b6cb817897
commit 2aea2e6cd7
No known key found for this signature in database
27 changed files with 0 additions and 1755 deletions

View file

@ -52,13 +52,6 @@ dependencies = [
]
[project.optional-dependencies]
ui = [
"streamlit",
"pandas",
"llama-stack-client>=0.2.21",
"streamlit-option-menu",
]
[dependency-groups]
dev = [
"pytest>=8.4",