createAgentProcess

abstract fun createAgentProcess(agent: Agent, processOptions: ProcessOptions, bindings: Map<String, Any>): AgentProcess

Create an agent process with the given options and bindings. The process will not be started automatically, so this will return quickly, unlike the run method on the created process. AgentProcess status will be NOT_STARTED.

Parameters

agent

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

processOptions

the options for the process

bindings

the bindings for the process: Objects that are pre-bound to the blackboard.