diff --git a/agentic_search.py b/agentic_search.py index 1f26cd0..727b44e 100644 --- a/agentic_search.py +++ b/agentic_search.py @@ -49,10 +49,11 @@ bot = Assistant(llm=llm_cfg, function_list=tools) messages = [{'role': 'user', 'content': """" - Write a 500 word blog post about the latest qwen 3 model. - Use the search tool, and fetch the top 3 articles before you write the post. - Provide urls to the articles, do not hallucinate. Take your time to think. - Write in a casual, but factual style - no hyperbole. """}] + - Research: "Search about local LLMs published in the last 3 years. Print the url for each search result." + - **Analysis**: "Summarize the key findings of these studies and identify 3 common concerns." + - **Synthesis**: "Create a blog post outlining these concerns and potential solutions, including urls of the studies." + + """}] final_responses = None # Consider adding error handling around bot.run