#!/bin/bash
# 启动 HTTP Server 用于局域网测试
cd /Users/leo/.hermes/workspace/livekit-agents
python3 -m http.server 8888
