Trying to wrap my head around this…
I have a flow which has the @start and @listen functions. This does a completion. I am looking at the standard example in Flows - CrewAI
I do not see the agents and tasks in here, these are part of the crew orchestrator (Agents - CrewAI)
I am trying to understand if I can use agents and tasks with the flow directly.
I know I can call a crew from one of those @start or @listen functions but then that is an orchestrator running inside another orchestrator.
In case when there is only 1 agent and 1 task, are we saying we need to create a crew object with that agent and task and have that crew object run inside either the @start or @listen function. is that the only way to run the agents and tasks (with all the goal, backstory etc. stuff) in a crew flow?
Regards