A simple Streamlit app using WorkFlowOrchestrator to personalize lead outreach for mail/linkedin.
-
Install dependencies
poetry install
-
Run Orchestrator & dependencies
docker compose up --build
-
Start the Streamlit UI
poetry run streamlit run ui/main.py
-
Open your browser at http://localhost:8501.
- Upload a CSV of leads (
name
,email
,website
). - Kick off the
lead_outreach
workflow for each lead. - Review & approve/skip leads in the ui.
- View summary & download results as CSV.