Skip to content

Minimal FastAPI REST API and Streamlit demo for RetellAI phone agent integration. Includes planning, docs, Pytest tests, and .gitignore.

Notifications You must be signed in to change notification settings

safio/phoneAgentCall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phoneAgentCall

A minimal FastAPI REST API and Streamlit demo for interacting with a RetellAI agent.

Features

  • REST API endpoint to call RetellAI agent (ID: agent_67ce45e84e8ba128a66aad5b64)
  • Minimal Streamlit web UI for demonstration
  • Modular, testable Python codebase

Setup

pip install -r requirements.txt

Run API

uvicorn src.main:app --reload

Run Demo UI

streamlit run src/demo.py

Testing

pytest

Configuration

  • Place any API keys or secrets in a .env file (see env.template).

See PLANNING.md for architecture and conventions.

About

Minimal FastAPI REST API and Streamlit demo for RetellAI phone agent integration. Includes planning, docs, Pytest tests, and .gitignore.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages