I feel like I should be doing more with Flow and less with Agents as I need more orchestration of LLMs for tasks. I guess reading Building effective agents \ Anthropic got me thinking.
As I’m looking to move some of my Agents to Flows I realize that Flows don’t have the same level of support. For instance no mention of how to assign LLM (although you just define it in variables at the top of your class and it works) as well as no mention on how to integrate Knowledge or define expected_output
I’m curious if the Crew.ai Crew intends to reach parity between Flows and Agents with respect base functionality?
Thanks!