poetry install
poetry shell
ngrok http 5000
make twilio number and webhook the ngrok url + /answer
python -m src.app
docker compose -f docker-compose.arize.yml up
see results after calling twilio number on port 5000 at /call_results
view LLM and prompt information on port 6006