Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ This file provides instructions for AI agents working in this repository.
## Running the application

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

## Running the examples
Expand Down
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ uv run python -m rogue
# Run server only
uv run python -m rogue server

# Run web UI
uv run python -m rogue ui

# Run CLI
uv run python -m rogue cli

Expand Down Expand Up @@ -282,7 +279,6 @@ uv lock --check

- `rogue/`: Main Python package
- `server/`: Backend server and API
- `ui/`: Gradio web interface
- `common/`: Shared utilities
- `evaluator_agent/`: Evaluator agent implementation
- `prompt_injection_evaluator/`: Prompt injection testing
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Rogue operates on a **client-server architecture** with multiple interfaces:
|-----------|-------------|
| **Server** | Core evaluation & red team logic |
| **TUI** | Modern terminal interface (Go + Bubble Tea) |
| **Web UI** | Gradio-based web interface |
| **CLI** | Non-interactive mode for CI/CD pipelines |

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

# Web UI
uvx rogue-ai ui

# CLI / CI/CD
uvx rogue-ai cli
```
Expand All @@ -118,7 +114,6 @@ Configure in the UI:
| Default | `uvx rogue-ai` | Server + TUI |
| Server | `uvx rogue-ai server` | Backend only |
| TUI | `uvx rogue-ai tui` | Terminal client |
| Web UI | `uvx rogue-ai ui` | Gradio interface |
| CLI | `uvx rogue-ai cli` | Non-interactive (CI/CD) |

### Server Options
Expand Down
285 changes: 0 additions & 285 deletions packages/sdk/README.md

This file was deleted.

Loading
Loading