I want to create an agent that calls 2 sub agents in paralel, without defining a model to the parent agent.
1. get the user response
2. categorizes user message
I know this I could do with an inputProcessor but 2 calls wouldnt be done in parallel.
I can do it with a workflow, but I would not have the same interface as agent has.
Anyone had same problem?