#!/bin/bash
# Start script for LangGraph SEO Service
cd /var/www/html/langgraph-service
source venv/bin/activate
exec uvicorn app:app --host 127.0.0.1 --port 8001
