FlagOpen/RoboOS — reverse-engineered prompt
Reverse engineered prompt
Build me a working RoboOS demo from this repo that I can run locally. I want it to feel like a simple control center for coordinating multiple robots, with one master process that plans tasks, one or more robot worker processes that receive subtasks, shared state through Redis, and a web page where I can type or submit a high level task and watch what happens.
Please set up the Python environment, make sure Redis is used correctly, and wire together the master, slaver, and Gradio UI so the quick start flow actually works. The demo should show how a larger robot task gets broken into smaller robot actions, assigned to different robot types like a single arm or dual arm robot, and updated in real time with status, logs, and errors if something fails.
Keep it practical and runnable on one machine with simulated robots if no real hardware is connected. Add clear run instructions and sensible defaults in the config. Look up the current docs online if you need to.
Want more depth? Deep Reverse