Downsides of having a crew per agent? #2318
-
The context surrounding this questions is... This appears to work - but I am not sure if CrewAI enables better end results if all the agents are in a single crew? So, first question - does CrewAI plan on making agent results durable with something like resonatehq.io ? And if not, second question - then what are the downsides of splitting up agents into crews so that I can make results durable in longer running agentic worklflows? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Regarding "does CrewAI plan on making agent results durable?", I suggest you take a close look at CrewAI's Flow paradigm. Specifically, you can find the documentation on Flow persistence here. The code presented in the documentation isn't compatible with the latest stable version (0.105.0), but in this response here, I documented a working example that allows you to save and restore the flow's state between executions. I hope this helps you think about it more clearly. |
Beta Was this translation helpful? Give feedback.
Regarding "does CrewAI plan on making agent results durable?", I suggest you take a close look at CrewAI's Flow paradigm. Specifically, you can find the documentation on Flow persistence here.
The code presented in the documentation isn't compatible with the latest stable version (0.105.0), but in this response here, I documented a working example that allows you to save and restore the flow's state between executions. I hope this helps you think about it more clearly.