ankitjsr12/Jravis — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python personal assistant called Jravis. I want it to be a first working version that I can run from the terminal and actually interact with, even if it only has basic abilities for now.

When I start it, it should greet me, ask what I need, understand simple typed commands, respond in a friendly way, show a help message, and let me exit cleanly. Please include a few starter commands like saying hello, showing the current time or date, and handling unknown requests without crashing.

Keep the code easy to read because I may want to add more assistant features later. Add clear comments where new commands or skills can be added. Also update the README with simple instructions for running it, what it can do, and what could be added next. Make it feel polished enough for a small first assistant project, not just a blank script.

Want more depth? Deep Reverse