Hi how’s it going?
I want to have almost like a delegation agent that knows which sub agents to call based on the question asked in the chatbot conversation. Would the best way to do this be to just have one agent and give it all the different tools that would be used to answer questions?
Or is it possible to have one delegation agent that decides which agents it needs help from to answer the question.
The main thing here is that I don’t need all the tools or agents used sequentially or at once. The use of a tool or agent will be dictated by the question asked in the chatbot interface.
Thanks so much for your help!