From b4945bbd0a4307310ef51e47358f25f44bc8a098 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 29 Nov 2024 11:45:08 -0800 Subject: [PATCH] [CLEANUP] --- no_llm_agent.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")