How can i use crewai for creating such a system in which i have multiple actions to perform and i have individual tool for every action, also each action is independent of each other i.e., when the user gives the query the crew will identify the most appropriate action and give the answer. also once we have the answer from the tool i dont want any other action to be implemented
I want to make something like actions which are independent of each other and at a time only one action is executable.
can anyone help me with these