Add TUI version with rich library for better text display

This commit is contained in:
Claw - AI Now Inc 2026-03-01 12:19:51 -08:00
parent 03b33060b4
commit cc9b5dec5d

11
start_tui.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
# Voice Assistant TUI Startup Script
# AI Now Inc - Del Mar Demo Unit
cd "$(dirname "$0")"
# Activate virtual environment
source venv/bin/activate
# Run the TUI version
python3 tui_app.py