aws-samples/sample-deep-research-bedrock-agentcore — reverse-engineered prompt
Reverse engineered prompt
Build me a deep research web app on AWS. I want someone to log in, enter a research topic, choose how deep the research should be, pick a research type like general web, academic, financial, or comprehensive, and optionally add reference links or PDFs. The app should break the topic into sensible angles, research them in parallel using web search, Wikipedia, ArXiv, financial sources, and Bedrock agents, then show live progress so the user knows what stage it is in.
When the research is done, create a polished report with sources, summaries, charts where useful, and downloads as Markdown, Word, and PDF. Also include a chat page where the user can ask follow up questions about past research using the saved context.
Use Amazon Bedrock AgentCore with LangGraph for the research workflow, a React web UI, AWS auth, storage, and deployment scripts. Look up current AWS docs online if you need to.
Want more depth? Deep Reverse