run

open fun run(obj: Any, vararg objs: Any): AgentProcess

Runs the agent with one or more arguments

Return

the 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


open fun run(map: Map<String, Any>): AgentProcess

Runs the agent with a map of named inputs.

Return

the agent process

Parameters

map

A Map that initializes the blackboard