chore(ui): remove the Streamlit UI (#4097)

This commit is contained in:
Ashwin Bharambe 2025-11-06 15:51:57 -08:00 committed by GitHub
parent 939a2db58f
commit a2c4c12384
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 0 additions and 1597 deletions

View file

@ -51,14 +51,6 @@ dependencies = [
"sqlalchemy[asyncio]>=2.0.41", # server - for conversations
]
[project.optional-dependencies]
ui = [
"streamlit",
"pandas",
"llama-stack-client>=0.3.0",
"streamlit-option-menu",
]
[dependency-groups]
dev = [
"pytest>=8.4",