createAgentProcessFrom

open fun createAgentProcessFrom(agent: Agent, processOptions: ProcessOptions, vararg objectsToAdd: Any): AgentProcess

Create an agent process with the given options and bind all arguments.

Parameters

agent

the agent to run. Does not need to be deployed to the platform

processOptions

the options for the process

objectsToAdd

the objects to add to the blackboard.