0x6b6679/worm-ai — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Python command line app called Worm AI that lets me chat with Grok style AI models from my terminal. I want it to feel lightweight and simple, where I run one main file, see a cool ASCII banner, type a question, and get the answer back with a nice typing effect.

Please make the terminal look customizable, like changing the banner color, prompt symbol, and typing speed without digging through all the code. Keep the AI connection part separate from the terminal interface so I can swap the backend later if needed.

Use a system prompt text file for the assistant behavior, add a requirements file, and include clear setup and run instructions. Store any private settings or endpoints in a local env file and make sure they don’t get committed. This is just for local research and testing, so keep it safe and don’t add hacking features. Look up current docs online if you need to.

Want more depth? Deep Reverse