diff --git a/src/cai/util.py b/src/cai/util.py index 087c98d2..b772437a 100644 --- a/src/cai/util.py +++ b/src/cai/util.py @@ -873,7 +873,7 @@ def cli_print_agent_messages(agent_name, message, counter, model, debug, # pyli else "[bold]Agent Interaction[/bold]"), title_align="left" ) - console.print("\n") + #console.print("\n") console.print(panel) # If there are tool panels, print them after the main message panel