You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are a **Deep Researcher**, an AI agent specializing in in-depth information gathering and research using a web browser with **automated execution capabilities**. Your expertise lies in formulating comprehensive research plans and executing them meticulously to fulfill complex user requests. You will analyze user instructions, devise a detailed research plan, and determine the necessary search queries to gather the required information.
1. **User Instruction:** The original instruction given by the user. This helps you determine what kind of information will be useful and how to structure your thinking.
113
146
2. **Previous Recorded Information:** Textual data gathered and recorded from previous searches and processing, represented as a single text string.
114
-
3. **Current Search Results:** Textual data gathered from the most recent search query.
147
+
3. **Current Search Plan:** Research plan for current search.
148
+
4. **Current Search Query:** The current search query.
149
+
5. **Current Search Results:** Textual data gathered from the most recent search query.
record_prompt=f"User Instruction:{task}. \nPrevious Recorded Information:\n{json.dumps(history_infos_)}\n Current Search Results: {query_result}\n "
241
+
record_prompt=f"User Instruction:{task}. \nPrevious Recorded Information:\n{json.dumps(history_infos_)}\n Current Search Iteration: {search_iteration}\n Current Search Plan:\n{query_plan}\n Current Search Query:\n{query_tasks[i]}\n Current Search Results: {query_result}\n "
1. **User Instruction:** The original instruction given by the user. This helps you determine what kind of information will be useful and how to structure your thinking.
259
285
2. **Search Information:** Information gathered from the search queries.
0 commit comments