runAsync

abstract fun runAsync(obj: Any, vararg objs: Any): CompletableFuture<AgentProcess>

Runs the agent asynchronously with one or more arguments

Return

the future agent process

Parameters

obj

the first (and possibly only) input value to be added to the blackboard

objs

additional input values to add to the blackboard


Runs the agent asynchronously with a map of named inputs.

Return

the future agent process

Parameters

map

A Map that initializes the blackboard