React Frontend (Vite + SWR) ↓ /api/ + WebSocket /ws FastAPI Backend (Python 3.11+) ↓ collectors/ .py + cache + file watcher /.hermes/ (agent data files) bash git clone https://github.com/joeynyc/hermes-hudui.git cd hermes-hudui python3.11 -m venv venv source venv/bin/activate ./install.sh hermes-hudui bash python3.11 -m venv venv source venv/bin/activate Install Python package pip install -e . Build frontend and copy to backend static dir cd frontend npm install npm run build cp -r dist/ ../backend/static/ Start server hermes-hudui bash source venv/bin/activate hermes-hudui bash pip install h…