A minimal FastAPI REST API and Streamlit demo for interacting with a RetellAI agent.
- REST API endpoint to call RetellAI agent (ID: agent_67ce45e84e8ba128a66aad5b64)
- Minimal Streamlit web UI for demonstration
- Modular, testable Python codebase
pip install -r requirements.txtuvicorn src.main:app --reloadstreamlit run src/demo.pypytest- Place any API keys or secrets in a
.envfile (seeenv.template).
See PLANNING.md for architecture and conventions.