chore(ui): remove the Streamlit UI

This commit is contained in:
Ashwin Bharambe 2025-11-06 14:03:40 -08:00
parent 9df073450f
commit 5d46bff7e9
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",