File size: 177 Bytes
d8d14f1
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from swarms import Agent

Agent(
    agent_name="Stock-Analysis-Agent",
    model_name="gpt-4o-mini",
    max_loops=1,
    streaming_on=True,
).run("What are 5 hft algorithms")