Voice agent for SMB workflows — integrates Voiceflow, GPT-4o mini, and Zapier to capture, process, and automate conversations.
- Voiceflow integration with AI logic
- Zapier hooks for automation
- Extendable with RAG modules
- Clone repo
cp .env.example .envand fill values- Install dependencies (if needed)
- See
docs/quickstart.md
flows/– Voiceflow exports (placeholder.jsonif empty)src/– Core agent code (voice.py,rag_stub.py)docs/– Quickstart & usage docs
- Next: Add RAG + MCP integration (future engineer task)
