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 anLLM.call()
or a standaloneAgent
(without aCrew
), like we talked about over here. And then the flow continues:- Either to
Full_Crew_A
- Or to
Full_Crew_B
- Either to