from swarms import Agent # Initialize the agent agent = Agent( agent_name="Quantitative-Trading-Agent", agent_description="Advanced quantitative trading and algorithmic analysis agent", model_name="gpt-4.1", max_loops="auto", ) out = agent.run( task="What are the top five best energy stocks across nuclear, solar, gas, and other energy sources?", ) print(out)