oracle-langgraph-demo ├── app.py # Streamlit web UI (main entry point) ├── run_streamlit.sh # Script to launch the Streamlit app ├── requirements.txt # Python dependencies ├── .env.example # ...