from agno.agent import Agentfrom agno.models.google import Geminiagent = Agent( model=Gemini(id="gemini-2.0-flash-exp", search=True), show_tool_calls=True, markdown=True,)agent.print_response("What are the latest developments in AI technology this week?")