diff --git a/no_llm_agent.py b/no_llm_agent.py index 2fcbb8f9..3521c677 100644 --- a/no_llm_agent.py +++ b/no_llm_agent.py @@ -3,5 +3,7 @@ from swarms import Agent Agent( agent_name="Stock-Analysis-Agent", model_name="gpt-4o-mini", - max_loops=1, + max_loops="auto", + streaming_on=True, + interactive=True, ).run("What are 5 hft algorithms")