chooseAndRunAgent

fun chooseAndRunAgent(intent: String, processOptions: ProcessOptions = ProcessOptions()): AgentProcessExecution

Choose an agent based on the user input and run it. Closed execution model: Will never mix actions and goals from different agents. Doesn't need reified types because we don't know the type yet.