You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve tried to use the replay feature from the CLI, but its behavior didn’t match my expectations.
Here’s the situation: I created a crew with 1 agent and 2 tasks.
When I kicked off the process for the first time, the crewai log-tasks-outputs command provided me with the following IDs:
------
Task 1: 5968129c-bef1-4ed6-82f1-7af01a5a1a17
Description: Um relatório relevante sobre o produto em questão.
------
Task 2: 2b7820e0-22aa-451e-9ed8-4c6375feb46e
Description: Uma lista com ideias de anúncios do tipo "comparação". Liste apenas a chamada do anúncio.
The first task is resource-intensive, so I need to run it once and repeatedly reuse its results while debugging/optimizing the second task.
However, when I run: crewai replay -t 5968129c-bef1-4ed6-82f1-7af01a5a1a17, for example, it executes both Task 1 and Task 2 again.
I can only reuse the results if I pass the ID of Task 2. The problem with this approach is that I’m trying to create multiple parallel tasks in the second step, and the task IDs for the second task keep changing, making the feature unusable for my workflow.
I expected that using Task 1’s ID would allow me to reuse the results of its last run.
Thank you so much in advance for your help!
Steps to Reproduce
None
Expected behavior
Use the first task ID in the replay feature reuses its lasts results.
Screenshots/Code snippets
None
Operating System
macOS Sonoma
Python Version
3.11
crewAI Version
0.86.0
crewAI Tools Version
0.17.0
Virtual Environment
Venv
Evidence
None
Possible Solution
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Description
I’ve tried to use the replay feature from the CLI, but its behavior didn’t match my expectations.
Here’s the situation: I created a crew with 1 agent and 2 tasks.
When I kicked off the process for the first time, the
crewai log-tasks-outputs
command provided me with the following IDs:The first task is resource-intensive, so I need to run it once and repeatedly reuse its results while debugging/optimizing the second task.
However, when I run:
crewai replay -t 5968129c-bef1-4ed6-82f1-7af01a5a1a17,
for example, it executes both Task 1 and Task 2 again.I can only reuse the results if I pass the ID of Task 2. The problem with this approach is that I’m trying to create multiple parallel tasks in the second step, and the task IDs for the second task keep changing, making the feature unusable for my workflow.
I expected that using Task 1’s ID would allow me to reuse the results of its last run.
Thank you so much in advance for your help!
Steps to Reproduce
None
Expected behavior
Use the first task ID in the replay feature reuses its lasts results.
Screenshots/Code snippets
None
Operating System
macOS Sonoma
Python Version
3.11
crewAI Version
0.86.0
crewAI Tools Version
0.17.0
Virtual Environment
Venv
Evidence
None
Possible Solution
None
Additional context
None
The text was updated successfully, but these errors were encountered: