I want to create an AI agent that will search for the latest information on a given topic. I don’t have specific websites, just the internet in general. SerpAPI doesn’t work, and Brave doesn’t work either. Any suggestions on how to handle this?
Perhaps instead of trying to replicate webbrowsing functionality, you could look into using a model that allows for websearch functionality as a tool, i know openai has one that has websearch available, and there are probably others as well.
Then it would simply be a matter of providing an instruction on what to search for.
Hi @Karol_Sygula,
Why exactly does SerpAPI not work for you? Is it an issue with the API key, rate limits, or the response format? That might help narrow down the problem.
Also, for getting the current time, you don’t necessarily need a separate tool, you can just use the {{$now}} variable in the AI agent context. That way, the agent always has access to the current timestamp without making an extra call.