Skip to content

Commit a2c4c12

Browse files
authored
chore(ui): remove the Streamlit UI (#4097)
1 parent 939a2db commit a2c4c12

File tree

27 files changed

+0
-1597
lines changed

27 files changed

+0
-1597
lines changed

docs/docs/building_applications/index.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ Here are the key topics that will help you build effective AI applications:
3535
- **[Telemetry](./telemetry.mdx)** - Monitor and analyze your agents' performance and behavior
3636
- **[Safety](./safety.mdx)** - Implement guardrails and safety measures to ensure responsible AI behavior
3737

38-
### 🎮 **Interactive Development**
39-
- **[Playground](./playground.mdx)** - Interactive environment for testing and developing applications
40-
4138
## Application Patterns
4239

4340
### 🤖 **Conversational Agents**

docs/docs/building_applications/playground.mdx

Lines changed: 0 additions & 298 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ dependencies = [
5151
"sqlalchemy[asyncio]>=2.0.41", # server - for conversations
5252
]
5353

54-
[project.optional-dependencies]
55-
ui = [
56-
"streamlit",
57-
"pandas",
58-
"llama-stack-client>=0.3.0",
59-
"streamlit-option-menu",
60-
]
61-
6254
[dependency-groups]
6355
dev = [
6456
"pytest>=8.4",

src/llama_stack/core/ui/Containerfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/llama_stack/core/ui/README.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/llama_stack/core/ui/__init__.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)