Assembling My Agent Harness: Building a Conversational Airline Agent with Claude Code + Rasa

Video by Rasa via YouTube
Assembling My Agent Harness: Building a Conversational Airline Agent with Claude Code + Rasa

We set up an agent harness — Claude Code, a Rasa MCP server, and some markdown files — and use it to build a flight upgrade assistant from scratch, live on camera.
The airline bot on WhatsApp is actually pretty slick. You’re already logged in, your bookings are there. But the conversation feels like filling in a form. Say anything off-script and it’s lost.
So we build something better: an upgrade agent that can check availability, show seats, quote prices, and handle hesitation naturally. "That’s a lot" doesn’t break it — it re-asks.
The whole thing is built in one sitting using Claude Code with Rasa’s MCP tools. No slides, no prep.

*Try it yourself:* https://gist.github.com/amn41/537a607ccbc3ca557e7f23a97233f0be

*What’s in the harness:*
– Claude Code (the base)
– Rasa MCP tools (train, test, inspect — without leaving the editor)
– CLAUDE.md (workflow instructions that make Claude Code self-validating)

*Links:*
– *Rasa Docs:* https://rasa.com/docs
– *Code from this video:* https://gist.github.com/amn41/537a607ccbc3ca557e7f23a97233f0be

Source