looping tasks #1147
Unanswered
chriscamacho
asked this question in
Q&A
looping tasks
#1147
Replies: 3 comments 3 replies
-
don't forget we have https://chat.openai.com/g/g-qqTuUWsBY-crewai-assistant to help and also the discord community https://discord.com/invite/X4JWnZnxPb |
Beta Was this translation helpful? Give feedback.
1 reply
-
Check out the That's what I use to get the output of a task and then move on to the next task or perform some operations. You can also use task.output which simply just gives you the result of the executed task. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I been trying to figure out how to do the same thing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ideally I'd like to do something like this...
1 programming agent creates code
2 testing agent runs code in repl and provides feedback given some example require output
testing passed goes to set 4
3 programming agent takes code from step 2 re-codes and goes to step 2
4 resulting code is presented
so this is 3 tasks really, but in particular step 2 needs a way to complete the whole process and step 3 needs a way to be able to get back to step 2
Beta Was this translation helpful? Give feedback.
All reactions