# Web search with metricspraisonai "Latest stock market news" --web-search --metrics --llm openai/gpt-4o-search-preview# Web search with savepraisonai "Current weather in Tokyo" --web-search --save --llm openai/gpt-4o-search-preview
from praisonaiagents import Agentagent = Agent( instructions="You are a research assistant", llm="openai/gpt-4o-search-preview", web=True)result = agent.start("What are the latest AI news today?")print(result)