USER
Initial clean voice agent - no venv or git history
2651a17
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def health():
return {"status": "livekit voice agent running"}