Merge branch 'conditional-task-f' of github.com:joaomdmoura/crewAI into test-hierarchical-tools-proper-setup

This commit is contained in:
Lorenze Jay
2024-07-16 16:05:09 -07:00
6 changed files with 111 additions and 3 deletions

View File

@@ -660,7 +660,7 @@ class Crew(BaseModel):
previous_output
):
self._logger.log(
"info",
"debug",
f"Skipping conditional task: {task.description}",
color="yellow",
)
@@ -670,6 +670,7 @@ class Crew(BaseModel):
agent=task.agent.role if task.agent else "",
output_format=OutputFormat.RAW,
)
if not was_replayed:
self._store_execution_log(
task,