fireAgent

open fun <T : Any> fireAgent(obj: Any, resultType: Class<T>): CompletableFuture<T>?

Any agents known to the present platform that can handle the given object and return the given result type. It is not an error if there are no such agents