Jatinsinh2006/Deep-Research-Agent ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python app that acts like a deep research assistant.

I want two ways to use it, a simple terminal version and a clean web app. It should let me type a topic, then either give a quick answer or do a deeper research run where it breaks the topic into smaller questions, researches each one, and then puts everything together into one clear report.

For the web app, I’d like a nice Streamlit style interface with progress updates while it works, and a way to download the finished report. It should also save the results automatically as both JSON and Markdown so I can reuse them later.

Use Groq with Llama 3.3 70B through the OpenAI style API, and load settings from a .env file. Please make it feel polished and easy to run, with simple setup instructions and sensible defaults. If you need to check current docs for the API or Streamlit behavior, go ahead and look them up.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab