A multi-agent orchestrator that researches a prospect and drafts a personalized
cold email before your coffee is ready.
Problem
B2B cold outreach lives or dies on personalization. Real personalization takes 15 to 30
minutes per lead: scrape the site, read recent news, infer pain, write a tight email. At
scale, teams either skip it and tank reply rates, or burn out doing it and churn SDRs.
Build
Four agents on Google ADK with Gemini. URLReaderAgent scrapes the prospect's site.
SearchAgent pulls recent news and announcements. CodeAgent handles any data the first
two can't. SalesOrchestratorAgent synthesizes everything into a concise, non-robotic
cold email. Default pitch is your AI services. Swap the prompt in app.py to pitch SEO,
lead-gen, web dev, anything B2B.
Result
Prospect research collapses from 20 minutes to about 15 seconds. Cold-email reply rates
lift because every email is grounded in live context. The orchestrator pattern
transfers: same shape works for inbound triage, RFP drafting, support escalation, any
workflow that needs live context plus a written artifact. Premium tier (client work)
adds CRM hooks, bulk processing, custom knowledge bases, and a human-in-the-loop
approval UI.