Switching between crews

Hey Bedirhan,

Based on your description, this sounds to me like a use case that a Flow can easily handle.

  • Your first node (@start()) gets the request.
  • Then, a @router() decides which path the information should take. This router node can be something as simple as an LLM.call() or a standalone Agent (without a Crew), like we talked about over here. And then the flow continues:
    • Either to Full_Crew_A
    • Or to Full_Crew_B