Skip to content

Commit 4167fa8

Browse files
authored
feature/delete gradio (#142)
* remove the gradio * remove the TS sdk
1 parent 0ef27b4 commit 4167fa8

32 files changed

+3
-8283
lines changed

AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ This file provides instructions for AI agents working in this repository.
4242
## Running the application
4343

4444
- **CLI**: `uv run python -m rogue`
45-
- **UI**: `uv run gradio rogue/ui/app.py`
4645
- **With Example Agent**: `uv run rogue-ai --example=tshirt_store` (starts rogue with the t-shirt store example agent running on port 10001)
4746

4847
## Running the examples

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ uv run python -m rogue
146146
# Run server only
147147
uv run python -m rogue server
148148

149-
# Run web UI
150-
uv run python -m rogue ui
151-
152149
# Run CLI
153150
uv run python -m rogue cli
154151

@@ -282,7 +279,6 @@ uv lock --check
282279

283280
- `rogue/`: Main Python package
284281
- `server/`: Backend server and API
285-
- `ui/`: Gradio web interface
286282
- `common/`: Shared utilities
287283
- `evaluator_agent/`: Evaluator agent implementation
288284
- `prompt_injection_evaluator/`: Prompt injection testing

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Rogue operates on a **client-server architecture** with multiple interfaces:
6161
|-----------|-------------|
6262
| **Server** | Core evaluation & red team logic |
6363
| **TUI** | Modern terminal interface (Go + Bubble Tea) |
64-
| **Web UI** | Gradio-based web interface |
6564
| **CLI** | Non-interactive mode for CI/CD pipelines |
6665

6766
https://github.com/user-attachments/assets/b5c04772-6916-4aab-825b-6a7476d77787
@@ -91,9 +90,6 @@ See examples in [`examples/`](./examples/) for reference implementations.
9190
# TUI (recommended)
9291
uvx rogue-ai
9392

94-
# Web UI
95-
uvx rogue-ai ui
96-
9793
# CLI / CI/CD
9894
uvx rogue-ai cli
9995
```
@@ -118,7 +114,6 @@ Configure in the UI:
118114
| Default | `uvx rogue-ai` | Server + TUI |
119115
| Server | `uvx rogue-ai server` | Backend only |
120116
| TUI | `uvx rogue-ai tui` | Terminal client |
121-
| Web UI | `uvx rogue-ai ui` | Gradio interface |
122117
| CLI | `uvx rogue-ai cli` | Non-interactive (CI/CD) |
123118

124119
### Server Options

packages/sdk/README.md

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

0 commit comments

Comments
 (0)