utility From Platform
fun utilityFromPlatform(agentPlatform: AgentPlatform, verbosity: Verbosity = Verbosity(), listenerProvider: ListenerProvider = ListenerProvider { _, outputChannel ->
listOf(OutputChannelHighlightingEventListener(outputChannel))
}): Chatbot
Create a chatbot that will use all actions available on the platform, with utility-based planning.