BribeMeWithMintChocolate/Flash — reverse-engineered prompt

Reverse engineered prompt

I want a simple conversational chatbot project in Python using Rasa. It should feel like a real starter assistant, not just empty files. Please set up the core training data, domain, stories or rules, and a few useful custom actions so I can chat with it locally and see how the full flow works.

Keep the use case straightforward, like a general help bot that can greet people, answer a few common questions, collect a bit of info, and hand off to custom actions when needed. Make sure the config, credentials, endpoints, and model setup all work together, and include a couple of basic tests so I can tell it is wired up correctly.

I would also like a short note on how to train it, run the action server, and talk to it from the command line. If anything is outdated, look up the current docs online and use the modern Rasa way of doing it.

Want more depth? Deep Reverse