mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 09:08:31 +00:00
improve logs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user