- Step1: Clone the repository to your local machine
- Step2: Install Python 3.8+ and run pip install -r requirements.txt
- Step3: Configure environment variables for Twilio WhatsApp credentials and LLM API keys
- Step4: Customize the LangGraph graph file with your tools and memory nodes
- Step5: Start the FastAPI server with uvicorn
- Step6: Point your Twilio WhatsApp webhook to the FastAPI endpoint
- Step7: Send a WhatsApp message to test the agent’s responses