#!/bin/bash
# LiveKit Voice AI - 快速启动脚本
source ~/s2s-env/bin/activate
cd /Users/leo/.hermes/workspace/livekit-agents

echo "🚀 启动 LiveKit Voice AI Agent..."
python3 agent_server.py start --url http://localhost:7880 --api-key devkey --api-secret secret
