kratul9563/ResearchFlow-AI — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python research assistant with a Streamlit interface where I can type in a topic or question and get back a polished research report. I want it to work like a small team of AI helpers in sequence, one that searches the web for recent trustworthy sources, one that reads and extracts the useful details from those pages, one that writes a clear structured report, and one that reviews the draft and gives a quality check before showing the final result.
Please make the whole flow automatic and easy to use, with progress shown in the app so I can see what step it is on. It should use web search and page scraping, then turn that into a professional readable report. If possible, let it work with whichever model provider I have keys for, like OpenAI, Gemini, or Groq, and use Tavily for search. Keep the code organized and practical, and look up current docs online if you need to.
Want more depth? Deep Reverse