Start from something real
Official starting points
Industry starter packs and a one-command quickstart, maintained by the Rasa team and updated for the current platform version.
Rasa Quickstart
by Rasa team
One command scaffolds a Rasa agent project with a complete Makefile — not a repo to clone, but an installer to run. macOS and Linux.
curl -fsSL https://raw.githubusercontent.com/rasa-customers/rasa-quickstart/main/install.sh | bash
- quickstart
- scaffolding
Starter pack: Retail banking
by Rasa team
A retail-banking assistant: transfer money, check balances, manage payees, and block cards. Fork it and shape it into your own.
- banking
- starter-pack
Starter pack: Insurance
by Rasa team
Guides customers through filing a claim, checking claim status, and coverage questions across home and auto insurance.
- insurance
- starter-pack
Starter pack: Telecom
by Rasa team
Troubleshoots slow internet with live diagnostics, explains and manages bills, and hands off to a human agent when needed.
- telecom
- starter-pack
Go deeper
Examples, demos, and courses
A curated selection from the RasaHQ organisation — voice architectures, orchestration patterns, RAG tutorials, and deployment setups.
Voice AI agent tutorial (Atlas travel)
by Rod Rivera
Companion repo for the flagship Skills + Deepgram tutorial: a Horizon Travel voice agent with progressive control, composition, and paste-ready snippets.
- voice
- skills
- tutorial
Voice insurance agent (Poly)
by Rod Rivera
Poly, a voice insurance agent that files auto and homeowners claims, checks claim status, views policies, and schedules inspections. Built on the Skills / Maestro architecture with Deepgram speech.
- voice
- skills
- insurance
Voice appointment agent (Schedora)
by Rod Rivera
Schedora, a voice appointment-booking agent for a medical clinic that finds open slots, manages patient contacts, and answers clinic questions. Built on the Skills / Maestro architecture with Deepgram speech.
- voice
- skills
- appointments
Voice car-purchase agent (Autono)
by Rod Rivera
Autono, a voice car-purchase agent that researches inventory, reserves a vehicle, books dealer visits, and quotes financing. Built on the Skills / Maestro architecture with Deepgram speech.
- voice
- skills
- automotive
Voice banking agent (Rasano)
by Rod Rivera
Rasano, a voice retail banking agent that checks balances, manages payees, transfers money, and blocks cards. Built on the Skills / Maestro architecture with Deepgram speech.
- voice
- skills
- banking
Voice telecom agent (Telano)
by Rod Rivera
Telano, a voice telecom care agent that troubleshoots slow internet, guides router reboots, explains bills, and answers telecom questions. Built on the Skills / Maestro architecture with Deepgram speech.
- voice
- skills
- telecom
Agentic orchestration samples
by Rasa team
Runnable sample assistants showing orchestration patterns for multi-agent and multi-skill setups.
- orchestration
- samples
Customer service: Rasa vs LangGraph
by Rasa team
A comparative evaluation of the same customer-service assistant built with Rasa and with LangGraph — read the notebooks and draw your own conclusions.
- evaluation
- langgraph
Rime voice demo
by Rasa team
A low-latency voice assistant architecture pairing Rasa with Rime for speech synthesis.
- voice
- low-latency
Sovereign voice AI agents
by Rasa team
Voice agents built to run fully under your own control — no dependency on third-party hosted models.
- voice
- sovereign
Why agents fail
by Rasa team
A self-paced course on harness engineering: why LLM agents break in production and what to do about it. A voice-specific companion course also exists.
- course
- harness-engineering
RAG with FAISS and Gemini
by Rasa team
A hands-on tutorial implementing retrieval-augmented generation in a Rasa assistant with FAISS and Gemini. A FAISS-only variant is also available.
- rag
- tutorial
Developer Edition on Docker Compose
by Rasa team
A Docker Compose setup for running the Developer Edition — the quickest route to a containerised local deployment.
- docker
- deployment
Codespaces quickstart
by Rasa team
Start building in the browser with GitHub Codespaces — no local Python setup required.
- codespaces
- quickstart
