Skip to content

Commit cc229f6

Browse files
committed
feat(demo): add interactive request flow visualization
Add interactive HTML visualization showing the complete request flow: - 12-step animated walkthrough from user request to model response - Visual representation of security, classification, and routing - Performance metrics and key features - Self-contained HTML file for presentations Perfect for demos and understanding the semantic router pipeline. Signed-off-by: Yossi Ovadia <yovadia@redhat.com>
1 parent 16eed3c commit cc229f6

File tree

2 files changed

+609
-0
lines changed

2 files changed

+609
-0
lines changed

deploy/openshift/demo/DEMO-README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,26 @@ Restarts semantic-router deployment to clear in-memory cache (~30 seconds).
229229
- `demo-semantic-router.py` - Interactive demo with multiple test options
230230
- `curl-examples.sh` - Quick classification examples (direct API)
231231
- `cache-management.sh` - Cache management helper
232+
- `flow-visualization.html` - **Interactive flow visualization** (open in browser)
232233
- `CATEGORY-MODEL-MAPPING.md` - Category to model routing reference
233234
- `demo-classification-results.json` - Test results (auto-generated)
234235

236+
### Flow Visualization
237+
238+
Open `flow-visualization.html` in your browser for an **interactive visual guide** showing:
239+
240+
- Step-by-step request flow from user to model
241+
- Security checks, classification, and routing decisions
242+
- Performance metrics and key features
243+
- Animated walkthrough of the entire pipeline
244+
245+
```bash
246+
# Open in browser (macOS)
247+
open deploy/openshift/demo/flow-visualization.html
248+
249+
# Or just double-click the file
250+
```
251+
235252
---
236253

237254
## Notes

0 commit comments

Comments
 (0)