improve logs

This commit is contained in:
João Moura
2025-05-21 02:34:43 -07:00
parent dda26b6b25
commit b44cdc6e2a

View File

@@ -253,7 +253,7 @@ class ConsoleFormatter:
task_content.append(agent_role, style=style)
# Third line: Status
task_content.append("\nStatus: ", style="white")
task_content.append("Status: ", style="white")
task_content.append(status_text, style=f"{style} bold")
branch.label = task_content
self.print(crew_tree)
@@ -813,7 +813,7 @@ class ConsoleFormatter:
lite_agent_label = Text()
lite_agent_label.append(f"{prefix} ", style=f"{style} bold")
lite_agent_label.append(lite_agent_role, style=style)
lite_agent_label.append("\nStatus: ", style="white")
lite_agent_label.append("Status: ", style="white")
lite_agent_label.append(status_text, style=f"{style} bold")
lite_agent_branch.label = lite_agent_label