nevan-sonic/MechaForgeLab — reverse-engineered prompt
Reverse engineered prompt
Build me a local app called MechaForge Lab where I can describe an AI agent system in plain English and have the app turn that into a working agent project. I want a simple web studio where I can type what I want, see the generated agent architecture as an interactive visual graph, then compile it, run it safely on my machine, watch logs and tool output in a console, and download the finished standalone Python package.
It should support a few selectable LLM providers like Groq, Gemini, and Oxlo, and let the generated agents use built in tools for web search, page scraping, Google Sheets, and Google Drive. Please make the Google auth feel secure and temporary, with tokens passed only to the local run and not stored long term. The main flow should feel like describe, visualize, compile, execute, download. Keep it polished and easy to demo locally. If anything is missing, look up current docs online and wire it up in the simplest working way.
Want more depth? Deep Reverse