create Agent Process
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
process Options
the options for the process
bindings
the bindings for the process: Objects that are pre-bound to the blackboard.